Merge pull request #121 from jtyr/jtyr-double_space

Eliminate double space if prompt on one line
This commit is contained in:
Caio Gondim
2016-03-19 15:52:12 +01:00

View File

@@ -571,7 +571,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