Skip to content

Instantly share code, notes, and snippets.

@bensonk
Created February 29, 2012 21:54
Show Gist options
  • Save bensonk/1944744 to your computer and use it in GitHub Desktop.
Save bensonk/1944744 to your computer and use it in GitHub Desktop.
# 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