Skip to content

Instantly share code, notes, and snippets.

@raykao
Created May 13, 2013 02:17
Show Gist options
  • Save raykao/5565809 to your computer and use it in GitHub Desktop.
Save raykao/5565809 to your computer and use it in GitHub Desktop.
bash_profile settings
export PATH=/usr/local/bin:$PATH
export GITAWAREPROMPT=~/.bash/git-aware-prompt
source $GITAWAREPROMPT/main.sh
export PS1="\u@\h \W \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ "
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment