From 77b5d2b87aa712878a630433b603443e934e5daf Mon Sep 17 00:00:00 2001 From: maudin Date: Thu, 14 Dec 2023 10:02:01 +0100 Subject: [PATCH] fix window title auto change --- hybris.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hybris.zsh b/hybris.zsh index 05160a3..74f297c 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -3,9 +3,10 @@ zstyle :omz:plugins:keychain agents gpg,ssh zstyle :omz:plugins:keychain identities id_rsa id_ed25519 D79CA887 zstyle :omz:plugins:keychain options --quiet -# bip at command end, resize font +# bip at command end, ensure correct window title function precmd() { echo -n -e "\a" + echo -en "\033]0;${USER}@$(hostname)\007" } # history file @@ -37,6 +38,7 @@ bindkey "^[Od" backward-word bindkey "^[Oc" forward-word # Some exports +export DISABLE_AUTO_TITLE=true export EDITOR=emacsclient export LESS=-cex2MRX export LESSOPEN='|~/.lessfilter %s'