Skip to content

Instantly share code, notes, and snippets.

Created January 9, 2013 17:27
Show Gist options
  • Save anonymous/4495037 to your computer and use it in GitHub Desktop.
Save anonymous/4495037 to your computer and use it in GitHub Desktop.
.bashrc
alias subl="'/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl'"
alias nano="subl"
export EDITOR="subl"
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/Projects/productgang
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment