mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 11:50:38 +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}"
|
bt_prompt_chars="${bt_prompt_chars}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -n $bt_prompt_chars
|
echo -n "$bt_prompt_chars "
|
||||||
}
|
}
|
||||||
|
|
||||||
# Prompt Line Separator
|
# Prompt Line Separator
|
||||||
|
|||||||
Reference in New Issue
Block a user