Merge pull request #3 from pfrischmuth/master

Fix prompt sign
master
Sebastian Tramp 2012-08-23 07:10:45 -07:00
commit bf25c8e1d2
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