Created
January 20, 2011 19:27
-
-
Save slindberg/788446 to your computer and use it in GitHub Desktop.
Super-basic bash profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# everything is in .bashrc | |
source ~/.bashrc | |
# personal bin folder trumps all | |
if [ -d ~/.bin ]; then | |
export PATH=:~/.bin:$PATH | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment