Skip to content

Instantly share code, notes, and snippets.

@jasonporritt
Created July 22, 2010 18:18
Show Gist options
  • Save jasonporritt/486363 to your computer and use it in GitHub Desktop.
Save jasonporritt/486363 to your computer and use it in GitHub Desktop.
PS1d1='$( ret=$? ; dol="\$ \[\e[0m\]" ; test $ret -gt 0 && dol="\[\e[1;91m\]\$ \[\e[0m\]" ; echo $dol)'
PS1='[\u@\h \[\033[01;34m\]\W\[\033[00m\]]'$PS1d1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment