Skip to content

Instantly share code, notes, and snippets.

@zc00gii
Created August 24, 2010 00:05
Show Gist options
  • Save zc00gii/546613 to your computer and use it in GitHub Desktop.
Save zc00gii/546613 to your computer and use it in GitHub Desktop.
if [ $UID = 0 ]; then
PS1="\e[0;31m\w \[\033[01;34m\]#\e[m "
else
PS1="\[\033[01;32m\]\w \[\033[01;34m\]$\e[m "
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment