From 631b2c68a01af1287de20e2ae865f223a2af3bdd Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 15 Feb 2023 18:14:57 -0500 Subject: [PATCH] remove tmux auto title as its causing problems --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 13f0350..4f8bd29 100644 --- a/zshrc +++ b/zshrc @@ -18,9 +18,9 @@ zcomet load romkatv/powerlevel10k # misc plugins zcomet load zsh-users/zsh-syntax-highlighting zcomet load ytakahashi/igit -if [[ -n "${TMUX}" ]]; then - zcomet load mbenford/zsh-tmux-auto-title -fi +#if [[ -n "${TMUX}" ]]; then +# zcomet load mbenford/zsh-tmux-auto-title +#fi # fzf zcomet load junegunn/fzf shell completion.zsh key-bindings.zsh