upadte zsh prompt

This commit is contained in:
mwiegand 2022-06-01 13:11:20 +02:00
parent 8b2d8d974e
commit 9f4e304aec

View file

@ -24,9 +24,9 @@ function spwd {
function root_color {
if test "$EUID" -eq 0
then
echo "%{$fg_bold[red]%}"
else
echo "%{$fg_bold[green]%}"
else
echo "%{$fg_bold[black]%}"
fi
}