Skip to content

Instantly share code, notes, and snippets.

@lil5
Created May 5, 2021 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lil5/cbf7158cccc0252fc514eb67119fc26e to your computer and use it in GitHub Desktop.
Save lil5/cbf7158cccc0252fc514eb67119fc26e to your computer and use it in GitHub Desktop.
Bash with branch
# with color prompt
PS1="\[\033[95m\]\u@\h \[\033[32m\]\W\[\033[33m\] [\$(git symbolic-ref --short HEAD 2>/dev/null)]\[\033[00m\]\$ "
# without
PS1="\u@\h \W [\$(git symbolic-ref --short HEAD 2>/dev/null)]\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment