mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 11:50:38 +01:00
fix typo POWERLINE_DISABLE_RPROMT
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user