Skip to content

Instantly share code, notes, and snippets.

@mayuroks
Created March 5, 2014 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayuroks/9375356 to your computer and use it in GitHub Desktop.
Save mayuroks/9375356 to your computer and use it in GitHub Desktop.
bashrc
PS1="\[\e[1;36m\]\u\[\e[0m\]\[\e[1;37m\]|\[\e[1;31m\]\h \[\e[1;32m\][\W \$?]: $ \[\e[0m\]"
alias subt='~/Downloads/Sublime\ Text\ 2/sublime_text'
WORK_HOME='~/.venvs'
source /usr/local/bin/virtualenvwrapper.sh
source /usr/local/rvm/scripts/rvm
export TERM="xterm-256color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment