Created
August 4, 2011 14:38
-
-
Save blasterpal/1125304 to your computer and use it in GitHub Desktop.
My generic bash_profile
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
| export EDITOR=/usr/bin/vim | |
| export PATH=${HOME}/scripts/git_ps_tools:${PATH} | |
| #using ReinH's ps_tools and rvm-prompt | |
| export PS1="\[\033[01;32m\]\u\[\033[00m\]\[\033[01;31m\]\$(git_br)\[\033[01;32m\]\[\033[00m\]:\[\033[01;36m\]\$(git_pwd)\[\033[00m\]\[\033[1;34m\]:$(~/.rvm/bin/rvm-prompt)\[\033[00m\]\$ " | |
| [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
work in progress; when switching gemsets doesn't switch