Made "sudo" group admin color
This commit is contained in:
parent
65611493e9
commit
188269046b
1 changed files with 1 additions and 1 deletions
2
zshps
2
zshps
|
@ -20,7 +20,7 @@
|
|||
if [[ ${USER} = "root" ]]; then
|
||||
USER_PS="%F{red}%n%f"
|
||||
# Admin
|
||||
elif groups | grep -qw prod; then
|
||||
elif groups | grep -qw sudo; then
|
||||
USER_PS="%F{yellow}%n%f"
|
||||
# Normal
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue