|
|
|
|
@ -21,4 +21,4 @@ USER_COLOR_ZSH=blue
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
export PS1_BASH="$red$HOST$white::$green$SYSTEM$white<$PRIV_COLOR_BASH$PRIV$white>:$USER_COLOR_BASH\u$white@\h $blue\w $white|${yellow}bash$white| # "
|
|
|
|
|
export PS1_ZSH="%F{red}$HOST%f::%F{green}$SYSTEM%f<%F{$PRIV_COLOR_ZSH}$PRIV%f>:$%B%F{$USER_COLOR_ZSH}%(?..%? )%f%b%B%F{$USER_COLOR_ZSH}%n%f%b@%m %B%F{blue}%40<..<%~%<< %f|%F{yellow}zsh%f| %f%b%# "
|
|
|
|
|
export PS1_ZSH="%F{red}$HOST%f::%F{green}$SYSTEM%f<%F{$PRIV_COLOR_ZSH}$PRIV%f>:$%B%F{$USER_COLOR_ZSH}%(?..%? )%f%b%B%F{$USER_COLOR_ZSH}%n%f%b@$(hostname) %B%F{blue}%40<..<%~%<< %f|%F{yellow}zsh%f| %f%b%# "
|
|
|
|
|
|