mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 11:50:38 +01:00
Add space only if non-empty BULLETTRAIN_PROMPT_CHAR (#256)
This commit is contained in:
committed by
Caio Gondim
parent
e564ca0888
commit
f93a0710a4
@@ -600,7 +600,11 @@ prompt_chars() {
|
||||
bt_prompt_chars="${bt_prompt_chars}"
|
||||
fi
|
||||
|
||||
echo -n "$bt_prompt_chars "
|
||||
echo -n "$bt_prompt_chars"
|
||||
|
||||
if [[ -n $BULLETTRAIN_PROMPT_CHAR ]]; then
|
||||
echo -n " "
|
||||
fi
|
||||
}
|
||||
|
||||
# Prompt Line Separator
|
||||
|
||||
Reference in New Issue
Block a user