mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 03:40:41 +01:00
Add space after the prompt (\$) (#206)
Since the latest version after the $ / # a space is missing
This commit is contained in:
@@ -534,7 +534,7 @@ prompt_chars() {
|
||||
bt_prompt_chars="${bt_prompt_chars}"
|
||||
fi
|
||||
|
||||
echo -n $bt_prompt_chars
|
||||
echo -n "$bt_prompt_chars "
|
||||
}
|
||||
|
||||
# Prompt Line Separator
|
||||
|
||||
Reference in New Issue
Block a user