Skip to content

Instantly share code, notes, and snippets.

@bensonk
Created October 17, 2011 01:46
Show Gist options
  • Save bensonk/1291746 to your computer and use it in GitHub Desktop.
Save bensonk/1291746 to your computer and use it in GitHub Desktop.
My Bash Prompt
export PS1="\[\033[01;32m\]\u@\h\[\033[01;34m\] \w$(__git_ps1 "\e[1;30m [%s]") \[\033[01;34m\]$ \[\033[00m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment