Skip to content

Instantly share code, notes, and snippets.

@rdubigny
Last active March 27, 2017 12:34
Show Gist options
  • Save rdubigny/dcf929cf7dde4204b4f7 to your computer and use it in GitHub Desktop.
Save rdubigny/dcf929cf7dde4204b4f7 to your computer and use it in GitHub Desktop.
ultimate prompt
# 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