Skip to content

Instantly share code, notes, and snippets.

@corrigat
Created May 21, 2014 23:39
Show Gist options
  • Save corrigat/52ca85e6b23022492557 to your computer and use it in GitHub Desktop.
Save corrigat/52ca85e6b23022492557 to your computer and use it in GitHub Desktop.
ps1
export PS1='`if [ $? = 0 ]; then echo "\[\033[01;32m\]○"; else echo "\[\033[01;31m\]✘"; fi` \[\e[01;30m\]\t \[\033[01;36m\]\h\[\033[01;34m\] \w\[\033[35m\]$(__git_ps1 " %s") \[\033[01;34m\]\n入\[\033[00m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment