From 27d284ddd20ecea02f9d8b68a64201a3b77022cb Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 3 Oct 2023 18:56:49 +0200 Subject: [PATCH] zsh: remove extra newline before prompt --- config/zsh/prompt.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/config/zsh/prompt.zsh b/config/zsh/prompt.zsh index 018815e..e2bc7fd 100644 --- a/config/zsh/prompt.zsh +++ b/config/zsh/prompt.zsh @@ -17,7 +17,6 @@ render_prompt() { PROMPT_SECTIONS=() for s in exit_code user_host pwd git venv jobs exec_time; { render_$s } - echo echo ${(pj.$separator.)PROMPT_SECTIONS} echo -n "%{%F{$gray}%}" printf '❯%.0s' {1..$SHLVL}