Created
February 1, 2017 01:24
-
-
Save brentrjones/a9c165f99c785f870b67f427eeddd1de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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