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
@@ -600,7 +600,11 @@ 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"
|
||||||
|
|
||||||
|
if [[ -n $BULLETTRAIN_PROMPT_CHAR ]]; then
|
||||||
|
echo -n " "
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Prompt Line Separator
|
# Prompt Line Separator
|
||||||
|
|||||||
Reference in New Issue
Block a user