Fix whoami command for prompt sign

master
Philipp Frischmuth 2012-08-23 16:05:46 +02:00
parent 53e79d6fdd
commit 58c32b5e38
No known key found for this signature in database
GPG Key ID: 963CC190454A2EBF
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function promptSetup () {
fi
# rootshell gets another prompt sign
CURRENT_USER=whoami
CURRENT_USER=`whoami`
PR_SIGN=$NOCOLOR
PR_SIGN+="%F{160}%B"
if [[ $CURRENT_USER == 'root' ]]; then