Skip to content

Instantly share code, notes, and snippets.

@davidmfoley
Created November 4, 2011 20:02
Show Gist options
  • Save davidmfoley/1340336 to your computer and use it in GitHub Desktop.
Save davidmfoley/1340336 to your computer and use it in GitHub Desktop.
BASH Prompt
export PS1='\[\e[35;40m\]\h:\[\e[36;40m\]\W\[\e[32;40m\]$(__git_ps1 "(%s)") \[\e[33;40m\]\$\[\e[0m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment