Skip to content

Instantly share code, notes, and snippets.

@victortolbert
Created August 1, 2017 13:58
Show Gist options
  • Save victortolbert/9e5568bf6e535e941b78d3acc52061a9 to your computer and use it in GitHub Desktop.
Save victortolbert/9e5568bf6e535e941b78d3acc52061a9 to your computer and use it in GitHub Desktop.
Bash Git Prompt
export PS1='\[\033[00;32m\]\u\[\033[01m\]@\[\033[00;36m\]\h\[\033[01m\]:\[\033[00;35m\]\w\[\033[00m\]\[\033[01;33m\]`git branch 2>/dev/null|cut -f2 -d\* -s`\[\033[00m\]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment