remove tmux auto title as its causing problems
This commit is contained in:
parent
bb61751c12
commit
631b2c68a0
6
zshrc
6
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
|
||||
|
|
Loading…
Reference in a new issue