mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 03:40:41 +01:00
fix typo POWERLINE_DISABLE_RPROMT
This commit is contained in:
@@ -118,7 +118,7 @@ if [ "$POWERLINE_NO_BLANK_LINE" = "" ]; then
|
||||
"$PROMPT
|
||||
fi
|
||||
|
||||
if [ "$POWERLINE_DISABLE_RPROMT" = "" ]; then
|
||||
if [ "$POWERLINE_DISABLE_RPROMPT" = "" ]; then
|
||||
if [ "$POWERLINE_RIGHT_A" = "" ]; then
|
||||
RPROMPT="$POWERLINE_GIT_INFO_RIGHT%F{white}"$'\ue0b2'"%k%F{black}%K{white} $POWERLINE_RIGHT_B %f%k"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user