Adds space between bullettrain and $ if BULLETTRAIN_PROMPT_SEPARATE_LINE == false

This commit is contained in:
Caio Gondim
2015-09-28 13:48:58 +02:00
parent 7b677b4a4e
commit fd544cbb7a

View File

@@ -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