upadte zsh prompt
This commit is contained in:
parent
8b2d8d974e
commit
9f4e304aec
1 changed files with 2 additions and 2 deletions
|
@ -24,9 +24,9 @@ function spwd {
|
||||||
function root_color {
|
function root_color {
|
||||||
if test "$EUID" -eq 0
|
if test "$EUID" -eq 0
|
||||||
then
|
then
|
||||||
echo "%{$fg_bold[red]%}"
|
|
||||||
else
|
|
||||||
echo "%{$fg_bold[green]%}"
|
echo "%{$fg_bold[green]%}"
|
||||||
|
else
|
||||||
|
echo "%{$fg_bold[black]%}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue