Skip to content

Instantly share code, notes, and snippets.

@jbussdieker
Last active December 13, 2020 05:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbussdieker/c7794d64dc656d82cd259165c19fe921 to your computer and use it in GitHub Desktop.
Save jbussdieker/c7794d64dc656d82cd259165c19fe921 to your computer and use it in GitHub Desktop.
Git Prompt
GIT_PS1_SHOWDIRTYSTATE=1
GIT_PS1_SHOWUNTRACKEDFILES=1
GIT_PS1_SHOWCOLORHINTS=true
GIT_PS1_SHOWUPSTREAM="auto"
PROMPT_COMMAND='__git_ps1 "${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]" " \$ "'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment