Skip to content

Instantly share code, notes, and snippets.

@brentrjones
Created February 1, 2017 01:24
Show Gist options
  • Select an option

  • Save brentrjones/a9c165f99c785f870b67f427eeddd1de to your computer and use it in GitHub Desktop.

Select an option

Save brentrjones/a9c165f99c785f870b67f427eeddd1de to your computer and use it in GitHub Desktop.
autoload -U promptinit && promptinit
autoload -U colors && colors
COLOR1="%{$fg[green]%}"
COLOR2="%{$fg[cyan]%}"
COLOR3="%{$fg[green]%}"
CR="%{$reset_color%}"
if [ "$UID" = "0" ]; then
# I am root
COLOR1="red"
fi
PS1="$COLOR1($COLOR2%n@%M$COLOR1)$COLOR2-$COLOR1($COLOR2%* %W$COLOR1)$COLOR2-$COLOR1($COLOR2%d$COLOR1)
$COLOR2$ $CR"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment