Last active
March 27, 2017 12:34
-
-
Save rdubigny/dcf929cf7dde4204b4f7 to your computer and use it in GitHub Desktop.
ultimate prompt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# colored prompt with time + user@host + directory + git branch | |
# more info http://www.git-attitude.fr/2013/05/22/prompt-git-qui-dechire/ | |
export GIT_PS1_SHOWDIRTYSTATE=1 GIT_PS1_SHOWSTASHSTATE=1 GIT_PS1_SHOWUNTRACKEDFILES=1 | |
export GIT_PS1_SHOWUPSTREAM=auto GIT_PS1_DESCRIBE_STYLE=branch | |
PS1='[\A] \[\e[1;32m\]\u\[\e[1;34m\]@\h:\w\[\e[0m\]$(__git_ps1 " ( \[\e[1;31m\]%s\[\e[0m\] ) ")\$ ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment