Created
February 29, 2012 21:54
-
-
Save bensonk/1944744 to your computer and use it in GitHub Desktop.
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
# Fix the path to search (and prioritize) $HOME/bin and /usr/local/bin | |
export PATH="$HOME/bin:/usr/local/bin:$PATH" | |
# Virtual Env Wrapper Prompt Stuff: | |
source `which virtualenvwrapper.sh` | |
workon work | |
export VIRTUAL_ENV_DISABLE_PROMPT=1 | |
export PROMPT_COMMAND='source $HOME/bin/ps1' | |
# Setup autojump | |
source ~/.autojump/etc/profile.d/autojump.bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment