From e0a1aa3162bd48ab7d85046492eadfb1a30c368f Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 8 Mar 2020 19:44:28 +0100 Subject: [PATCH] zsh: remove wintitle from prompt since we use precmd now --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5b1628e..55284b7 100644 --- a/.zshrc +++ b/.zshrc @@ -187,7 +187,7 @@ export PROMPT_LEAN_COLOR1=78 export PROMPT_LEAN_COLOR2=67 local ret_status="%(?:%B%F{#607D8B]}%%:%B%F{#F4511E}%%)" -PROMPT='$(_title_prompt)%F{#455A64}${HOST}:%F{#78909C}%}$(short_pwd)%f$(git_prompt_info)%f${ret_status}%f%b ' +PROMPT='%F{#455A64}${HOST}:%F{#78909C}%}$(short_pwd)%f$(git_prompt_info)%f${ret_status}%f%b ' ZSH_THEME_GIT_PROMPT_PREFIX=" %F{#795548}⟨%F{#8D6E63}" ZSH_THEME_GIT_PROMPT_SUFFIX="%F{#795548}⟩%f"