Merge pull request #3 from pfrischmuth/master

Fix prompt sign
This commit is contained in:
Sebastian Tramp 2012-08-23 07:10:45 -07:00
commit bf25c8e1d2

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