mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 11:50:38 +01:00
Fix unmatched quote
This commit is contained in:
@@ -435,7 +435,7 @@ prompt_char() {
|
||||
fi
|
||||
|
||||
if [[ $BULLETTRAIN_PROMPT_SEPARATE_LINE == false ]]; then
|
||||
bt_prompt_char=" ${bt_prompt_char}
|
||||
bt_prompt_char="${bt_prompt_char}"
|
||||
fi
|
||||
|
||||
echo -n $bt_prompt_char
|
||||
|
||||
Reference in New Issue
Block a user