Use zsh-nvm to reduce shell startup time by 2x (0.2s > 0.09s)

This commit is contained in:
pfych 2025-07-21 08:45:38 +10:00 committed by Violet Heague
parent 00f1f9a17d
commit 818089e853
5 changed files with 10 additions and 5 deletions

3
.gitmodules vendored
View file

@ -10,3 +10,6 @@
[submodule ".config/zsh/plugins/catppuccin-zsh-syntax-highlighting"]
path = .config/zsh/plugins/catppuccin-zsh-syntax-highlighting
url = https://github.com/catppuccin/zsh-syntax-highlighting.git
[submodule ".config/zsh/plugins/zsh-nvm"]
path = .config/zsh/plugins/zsh-nvm
url = https://github.com/lukechilds/zsh-nvm.git