Skip to content

Instantly share code, notes, and snippets.

@josiahcarlson
Created October 17, 2011 23:48
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 josiahcarlson/1294228 to your computer and use it in GitHub Desktop.
Save josiahcarlson/1294228 to your computer and use it in GitHub Desktop.
shell prompt with colored username, host, and git branch
PS1="\[\e[34;1m\]\[\033[01;34m\]\u@\h\[\033[00m\]\[\e[0m\] \w:\[\e[35;1m\]\`git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\\\\\*\ \(.+\)$/\(\\\\\\\\\1\)\/\`\[\033[0m\]$\[\033[0m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment