Skip to content

Instantly share code, notes, and snippets.

@harunyardimci
Created August 24, 2015 10:37
Show Gist options
  • Select an option

  • Save harunyardimci/e28cecca907a8ec0c1f5 to your computer and use it in GitHub Desktop.

Select an option

Save harunyardimci/e28cecca907a8ec0c1f5 to your computer and use it in GitHub Desktop.
source /Library/Developer/CommandLineTools/usr/share/git-core/git-prompt.sh
export TERM="xterm-color"
PS1="\`if [ \$? = 0 ]; then echo '\[\033[01;32m\]✓ \[\033[00m\]'; else echo '\[\033[01;31m\]✖ \[\033[00m\]'; fi\`\u@\h: \[\033[01;32m\]\w\[\033[01;34m\]\$(__git_ps1)\[\033[00m\]\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment