Skip to content

Instantly share code, notes, and snippets.

@eos87
Created February 7, 2012 17:46
Show Gist options
  • Save eos87/1760967 to your computer and use it in GitHub Desktop.
Save eos87/1760967 to your computer and use it in GitHub Desktop.
.bash_profile bluehost
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
export PATH=$HOME/bin:${PATH}
export PYTHONPATH=$HOME/projects
export PATH
unset USERNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment