Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created August 4, 2011 14:38
Show Gist options
  • Select an option

  • Save blasterpal/1125304 to your computer and use it in GitHub Desktop.

Select an option

Save blasterpal/1125304 to your computer and use it in GitHub Desktop.
My generic bash_profile
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
@blasterpal

Copy link
Copy Markdown
Author

work in progress; when switching gemsets doesn't switch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment