You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if someone is using Git Bash for Windows, they will not have the ability to run the make command.
This command could be replaced by a few mkdir and a cp.
I was personally able to figure it out on my own, but it would be nice if the commands were simply in the README.
The text was updated successfully, but these errors were encountered:
Make a new directory like ~/.local/bin with the command mkdir ~/.local && mkdir ~/.local/bin cp the bashmarks.sh file into that directory with the command cp bashmarks.sh ~/.local/bin
Add the code source ~/.local/bin/bashmarks.sh into your bash profile.
So that script will get run every time you open your shell.
For example, if someone is using Git Bash for Windows, they will not have the ability to run the
make
command.This command could be replaced by a few
mkdir
and acp
.I was personally able to figure it out on my own, but it would be nice if the commands were simply in the README.
The text was updated successfully, but these errors were encountered: