Skip to content

Instantly share code, notes, and snippets.

@lucianosousa
Created April 23, 2015 22:24
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 lucianosousa/5a5daa845af852240375 to your computer and use it in GitHub Desktop.
Save lucianosousa/5a5daa845af852240375 to your computer and use it in GitHub Desktop.
$ cat ~/.bashrc
export GIT_PS1_SHOWDIRTYSTATE=true
export GIT_PS1_SHOWUNTRACKEDFILES=true
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
ruby-2.2.1 | objet (master)
$ cat ~/.bash_profile
source /usr/local/git/contrib/completion/git-completion.bash
source /usr/local/git/contrib/completion/git-prompt.sh
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
PS1="\[\033[1;34m\]$(~/.rvm/bin/rvm-prompt)\[\033[0m\]\[\033[0;31m\] | \[\033[0m\]\[\033[1;32m\]\W\[\033[0m\]\$(__git_ps1)\n\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment