Skip to content

Instantly share code, notes, and snippets.

@mauricesvay
Created October 19, 2011 13:54
Show Gist options
  • Save mauricesvay/1298340 to your computer and use it in GitHub Desktop.
Save mauricesvay/1298340 to your computer and use it in GitHub Desktop.
.bash_profile
source "$HOME/.git-completion.bash" &&
export GIT_PS1_SHOWDIRTYSTATE=1 GIT_PS1_SHOWSTASHSTATE=1 GIT_PS1_SHOWUNTRACKEDFILES=1 &&
export PS1='\e[35m\u@\h:\e[36m\W\e[0m\e[33m$(__git_ps1 " (%s)")\e[0m\$'
@sgruhier
Copy link

Perso j'ai même ajouté la version de ruby/gemset de rbenv mais bon c'est uniquement pour les rubyiste

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