Skip to content

Instantly share code, notes, and snippets.

@slindberg
Created January 20, 2011 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slindberg/788446 to your computer and use it in GitHub Desktop.
Save slindberg/788446 to your computer and use it in GitHub Desktop.
Super-basic bash profile
# 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