diff --git a/etc/profile.d/ps1 b/etc/profile.d/ps1 index 904bc3d..0917181 100644 --- a/etc/profile.d/ps1 +++ b/etc/profile.d/ps1 @@ -11,5 +11,6 @@ USER_COLOR_BASH=$blue USER_COLOR_ZSH=blue fi -export PS1_BASH="$USER_COLOR_BASH\u$white@\h $blue\w $white|${yellow}bash$white| \\$ " +SHELL=bash +export PS1_BASH="${USER_COLOR_BASH}\u${white}@\h ${blue}\w ${white}|${yellow}${SHELL}${white}| \\$ " export PS1_ZSH="%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| # "