Skip to content

Instantly share code, notes, and snippets.

@maxp
Created April 28, 2012 10:52
Show Gist options
  • Select an option

  • Save maxp/2517935 to your computer and use it in GitHub Desktop.

Select an option

Save maxp/2517935 to your computer and use it in GitHub Desktop.
if [[ ${EUID} == 0 ]] ; then
PS1='\[\033[01;31m\][\h]\[\033[01;34m\]\w#\[\033[00m\] '
else
PS1='\[\033[01;32m\][\u@\h]\[\033[01;34m\]\w:\[\033[00m\] '
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment