mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-14 15:40:39 +01:00
Stop printing a blank line before every prompt
This commit is contained in:
@@ -456,8 +456,7 @@ build_prompt() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if [[ $BULLETTRAIN_PROMPT_SEPARATE_LINE == true ]] then
|
if [[ $BULLETTRAIN_PROMPT_SEPARATE_LINE == true ]] then
|
||||||
PROMPT='
|
PROMPT='%{%f%b%k%}$(build_prompt)
|
||||||
%{%f%b%k%}$(build_prompt)
|
|
||||||
%{${fg_bold[default]}%}$(prompt_char) %{$reset_color%}'
|
%{${fg_bold[default]}%}$(prompt_char) %{$reset_color%}'
|
||||||
else
|
else
|
||||||
PROMPT='%{%f%b%k%}$(build_prompt)%{${fg_bold[default]}%} $(prompt_char) %{$reset_color%}'
|
PROMPT='%{%f%b%k%}$(build_prompt)%{${fg_bold[default]}%} $(prompt_char) %{$reset_color%}'
|
||||||
|
|||||||
Reference in New Issue
Block a user