mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 03:40:41 +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
@@ -601,6 +601,10 @@ prompt_chars() {
|
||||
fi
|
||||
|
||||
echo -n "$bt_prompt_chars"
|
||||
|
||||
if [[ -n $BULLETTRAIN_PROMPT_CHAR ]]; then
|
||||
echo -n " "
|
||||
fi
|
||||
}
|
||||
|
||||
# Prompt Line Separator
|
||||
|
||||
Reference in New Issue
Block a user