Skip to content

Instantly share code, notes, and snippets.

@zloyrusskiy
Created April 28, 2016 11:03
Show Gist options
  • Save zloyrusskiy/a8c825e9ac8d7d6a345acf1c0403abf6 to your computer and use it in GitHub Desktop.
Save zloyrusskiy/a8c825e9ac8d7d6a345acf1c0403abf6 to your computer and use it in GitHub Desktop.
my bash promt
PS1='\[\e[1;37m\]⌞ \[\e[1;32m\]\u\[\e[0;39m\]@\[\e[1;36m\]\h\[\e[0;39m\]:\[\e[1;33m\]\w\[\e[0;39m\]\[\e[1;35m\]$(__git_ps1 " (%s)")\[\e[0;39m\] \[\e[1;37m\]⌝\[\e[0;39m\]\n$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment