Aggiornare 'etc/profile.d/ps1.container'

main
sam 3 years ago
parent 82dc7e6b3d
commit 4fa605d90b

@ -21,5 +21,6 @@ USER_COLOR_BASH=$blue
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| # "
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%# "

Loading…
Cancel
Save