Skip to content

Instantly share code, notes, and snippets.

@pmallory
Created February 24, 2012 19:36
Show Gist options
  • Save pmallory/1903196 to your computer and use it in GitHub Desktop.
Save pmallory/1903196 to your computer and use it in GitHub Desktop.
My .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment