Skip to content

Instantly share code, notes, and snippets.

@EHER
Forked from renanivo/append_to-bash_profile.sh
Created January 29, 2012 13:14
Show Gist options
  • Save EHER/1698769 to your computer and use it in GitHub Desktop.
Save EHER/1698769 to your computer and use it in GitHub Desktop.
PS1='\[\033[38m\]\u@\h\[\033[01;34m\] \w \[\033[31m\]`git branch 2>/dev/null | grep \* | head -1 | sed "s/\* //g" | awk "{ print \"(\"\\\$1 \")\" }"`\n\[\033[29m\]$\[\033[00m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment