mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-14 07:30: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
|
||||
PROMPT='
|
||||
%{%f%b%k%}$(build_prompt)
|
||||
PROMPT='%{%f%b%k%}$(build_prompt)
|
||||
%{${fg_bold[default]}%}$(prompt_char) %{$reset_color%}'
|
||||
else
|
||||
PROMPT='%{%f%b%k%}$(build_prompt)%{${fg_bold[default]}%} $(prompt_char) %{$reset_color%}'
|
||||
|
||||
Reference in New Issue
Block a user