From fa4306579fb5184c4ad159c6e45d50dffbaae4ad Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:25:00 +0100 Subject: [PATCH] Init completion, remove unused plugin, try fixing tmux init --- dot_zshrc.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index e1679b1..608aef2 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -7,6 +7,9 @@ autoload -Uz _zi (( ${+_comps} )) && _comps[zi]=_zi # end of zi init +# init completion +autoload -Uz compinit && compinit + # Vi mode export KEYTIMEOUT=1 bindkey -v @@ -25,7 +28,6 @@ zi snippet OMZL::directories.zsh zi light spaceship-prompt/spaceship-prompt zi light ptavares/zsh-sdkman -zi light zsh-users/zsh-autosuggestions zi light zsh-users/zsh-syntax-highlighting zi is-snippet wait lucid for \ @@ -136,6 +138,7 @@ function ssh() { export ZSH_TMUX_AUTOSTART=false export ZSH_TMUX_AUTOSTART_ONCE=false export ZSH_TMUX_AUTOCONNECT=true +export ZSH_TMUX_CONFIG=$HOME/.tmux.conf export ZSH_TMUX_DEFAULT_SESSION_NAME=build zi snippet OMZP::tmux