Created
February 7, 2012 17:46
-
-
Save eos87/1760967 to your computer and use it in GitHub Desktop.
.bash_profile bluehost
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
# .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