Skip to content

Instantly share code, notes, and snippets.

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 nbucciarelli/379856 to your computer and use it in GitHub Desktop.
Save nbucciarelli/379856 to your computer and use it in GitHub Desktop.
export PS1='\w $(git branch &>/dev/null; if [ $? -eq 0 ]; then \
echo "\[\033[00m\]$(git branch | grep ^*|sed s/\*\ //) "; fi)\$\[\033[00m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment