fix typo POWERLINE_DISABLE_RPROMT

This commit is contained in:
Flavius Aspra
2013-03-15 18:03:11 +01:00
parent e294a9fa96
commit e4333ac16d

View File

@@ -118,7 +118,7 @@ if [ "$POWERLINE_NO_BLANK_LINE" = "" ]; then
"$PROMPT "$PROMPT
fi fi
if [ "$POWERLINE_DISABLE_RPROMT" = "" ]; then if [ "$POWERLINE_DISABLE_RPROMPT" = "" ]; then
if [ "$POWERLINE_RIGHT_A" = "" ]; then if [ "$POWERLINE_RIGHT_A" = "" ]; then
RPROMPT="$POWERLINE_GIT_INFO_RIGHT%F{white}"$'\ue0b2'"%k%F{black}%K{white} $POWERLINE_RIGHT_B %f%k" RPROMPT="$POWERLINE_GIT_INFO_RIGHT%F{white}"$'\ue0b2'"%k%F{black}%K{white} $POWERLINE_RIGHT_B %f%k"
else else