|
|
|
|
@ -22,5 +22,5 @@ USER_COLOR_ZSH=blue
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
SHELL=bash
|
|
|
|
|
export PS1_BASH="$red$HOST$white::$green$SYSTEM$white<$PRIV_COLOR_BASH$PRIV$white>:$USER_COLOR_BASH\u$white@\h $blue\w $white|${yellow}${SHELL}$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@$(hostname) %B%F{blue}%40<..<%~%<< %f|%F{yellow}zsh%f| %f%b%# "
|
|
|
|
|
export PS1_BASH="$red${HOST}${white}::${green}${SYSTEM}${white}<${PRIV_COLOR_BASH}${PRIV}${white}>:${USER_COLOR_BASH}\u${white}@\h ${blue}\w ${white}|${yellow}${SHELL}${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@$(hostname) %B%F{blue}%40<..<%~%<< %f|%F{yellow}zsh%f| %f%b%# "
|
|
|
|
|
|