Skip to content

Instantly share code, notes, and snippets.

@brianwitte
Last active May 23, 2019 01:42
Show Gist options
  • Save brianwitte/ef1edfa3b735ce04c510bad531b2b61a to your computer and use it in GitHub Desktop.
Save brianwitte/ef1edfa3b735ce04c510bad531b2b61a to your computer and use it in GitHub Desktop.
good_bash_ps.txt
PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\] @ \[\033[0;36m\]\h \w\[\033[0;32m\]$(__git_ps1)\n\[\033[0;32m\]└─\[\033[0m\033[0;32m\] \$\[\033[0m\033[0;32m\] ▶\[\033[0m\] '
## For MacOS, add this under
## source $(brew --prefix)/etc/bash_completion.d/git-prompt.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment