From f0a9ae715e17822d6cb7d0dd57c84b940103c642 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 16 Oct 2025 19:38:49 +0200 Subject: move zsh work config to a separate file --- zsh/index.zsh | 2 -- 1 file changed, 2 deletions(-) (limited to 'zsh/index.zsh') diff --git a/zsh/index.zsh b/zsh/index.zsh index ff2b387..09d15e2 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -13,9 +13,7 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' zstyle ':completion:*' menu select source ~/.config/zsh/prompt.zsh -source ~/.config/zsh/utils.zsh -source /usr/share/nvm/init-nvm.sh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh alias n='nvim' -- cgit v1.3.1