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 {
|
||||
if test "$EUID" -eq 0
|
||||
then
|
||||
echo "%{$fg_bold[red]%}"
|
||||
else
|
||||
echo "%{$fg_bold[green]%}"
|
||||
else
|
||||
echo "%{$fg_bold[black]%}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue