Skip to content

Instantly share code, notes, and snippets.

@rmueller
Created December 27, 2017 17:44
Show Gist options
  • Save rmueller/d65b0183ca9ca72699bfa783539417d5 to your computer and use it in GitHub Desktop.
Save rmueller/d65b0183ca9ca72699bfa783539417d5 to your computer and use it in GitHub Desktop.
PS1 com git no .bashrc
PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\] @ \w\[\033[0;32m\] - [$(git branch 2>/dev/null | grep "^*" | colrm 1 2)\[\033[0;32m\]]\[\033[0m\033[0;32m\] \$\[\033[0m\033[0;32m\]\[\033[0m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment