upadte zsh prompt

This commit is contained in:
mwiegand 2022-06-01 13:14:47 +02:00
parent 9f4e304aec
commit e62a7781b4

View file

@ -26,7 +26,7 @@ function root_color {
then
echo "%{$fg_bold[green]%}"
else
echo "%{$fg_bold[black]%}"
echo "%{$fg_bold[yellow]%}"
fi
}