Add space after the prompt (\$) (#206)

Since the latest version after the $ / # a space is missing
This commit is contained in:
Yves Hoppe
2017-02-23 13:26:58 +01:00
committed by Caio Gondim
parent 4ba8485131
commit 246aa809a9

View File

@@ -534,7 +534,7 @@ prompt_chars() {
bt_prompt_chars="${bt_prompt_chars}" bt_prompt_chars="${bt_prompt_chars}"
fi fi
echo -n $bt_prompt_chars echo -n "$bt_prompt_chars "
} }
# Prompt Line Separator # Prompt Line Separator