Skip to content

Instantly share code, notes, and snippets.

@tdd
Created June 19, 2014 08:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tdd/fb863904b337347cabde to your computer and use it in GitHub Desktop.
Save tdd/fb863904b337347cabde to your computer and use it in GitHub Desktop.
Prompt PS1 Bash Git avec les couleurs
export PS1='\[\e[0;36m\][\A] \u@\h:\[\e[0m\e[0;32m\]\W\[\e[1;33m\]$(__git_ps1 " (%s)")\[\e[0;37m\] \$\[\e[0m\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment