Skip to content

Instantly share code, notes, and snippets.

@quirkey
Created December 12, 2008 15:31
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 quirkey/35158 to your computer and use it in GitHub Desktop.
Save quirkey/35158 to your computer and use it in GitHub Desktop.
export PS1='\[\e[36;1m\][\@:\[\e[32;1m\]\W\[\e[33;1m\]$(__git_ps1 "(%s)")\[\e[32;1m\]] \[\e[0m\]$ '
# Color Code
# Black 0;30
# Blue 0;34
# Green 0;32
# Cyan 0;36
# Red 0;31
# Purple 0;35
# Brown 0;33
# Blue 0;34
# Green 0;32
# Cyan 0;36
# Red 0;31
# Purple 0;35
# Brown 0;33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment