summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2025-10-16 19:38:49 +0200
committerSkladnayazebra <skladnayazebra@gmail.com>2025-10-16 19:38:49 +0200
commitf0a9ae715e17822d6cb7d0dd57c84b940103c642 (patch)
tree50398c35882b8d1362085a0b436a9ce28e2848cc
parent0131d141e603799c6af5a6ee9982f9d669d8ed02 (diff)
move zsh work config to a separate file
-rw-r--r--zsh/index.zsh2
-rw-r--r--zsh/work.zsh2
2 files changed, 2 insertions, 2 deletions
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'
diff --git a/zsh/work.zsh b/zsh/work.zsh
new file mode 100644
index 0000000..dedad74
--- /dev/null
+++ b/zsh/work.zsh
@@ -0,0 +1,2 @@
+source ~/.config/zsh/utils.zsh
+source /usr/share/nvm/init-nvm.sh