Skip to content

Instantly share code, notes, and snippets.

@juneira
Created February 11, 2020 00:44
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juneira/0a0092dcb9fe37a406897ab7addf8032 to your computer and use it in GitHub Desktop.
Save juneira/0a0092dcb9fe37a406897ab7addf8032 to your computer and use it in GitHub Desktop.
parse_git_branch() { git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\ \ \1/' -e 's/[[:space:]]//g'; }; export PS1='\[\e[1;36m\][\[\e[0;32m\]\u\[\e[1;37m\]@\[\e[0;90m\]\h\[\e[1;37m\]:\[\e[1;36m\]\W \[\e[1;31m\]$(parse_git_branch)\[\e[1;36m\]]▶ \[\e[0m\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment