Created
March 5, 2014 19:59
-
-
Save mayuroks/9375356 to your computer and use it in GitHub Desktop.
bashrc
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
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