User name has been removed from the prompt of damn-mac

This commit is contained in:
Sameer Rahmani 2020-03-02 09:23:36 +00:00
parent f838dfb1ab
commit 5a7ba0c288
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ function spaces() {
function user_prompt () { function user_prompt () {
if [ $UID != 0 ]; then if [ $UID != 0 ]; then
echo "%F{007}$USER%F{002}> " echo "%F{007}%F{002}> "
else else
echo "%F{001}$USER# " echo "%F{001}# "
fi fi
} }