adding a scripts folder to your path in bash
I know this is total n00b stuff but I always forget the particular so I thought I’d write it down in a blog entry. To add a custom scripts directory to your path, do the following: In your root directory, create a file called .bash_profile.sh with something like the following: if [ -f ~/.bashrc ]; [...]
Also tagged bash, code, os-x, unix