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
@@ -601,6 +601,10 @@ 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