Skip to content

Instantly share code, notes, and snippets.

@bladeofsteel
Created October 27, 2011 18:19
Show Gist options
  • Save bladeofsteel/1320364 to your computer and use it in GitHub Desktop.
Save bladeofsteel/1320364 to your computer and use it in GitHub Desktop.
my prompt for bash console
PS1='\n${debian_chroot:+($debian_chroot)}\[\e[1;35m\][\u@\h]\[\e[1;37m\]──\[\e[1;32m\][\w]\[\e[1;37m\]──\[\e[1;34m\]$(__git_ps1 "[ %s ]")\[\e[1;37m\]──\[\e[1;30m\](\t)\[\e[1;37m\]\n\[\e[1;35m\]>\[\e[m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment