diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-09-09 10:52:19 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-09-09 10:52:19 +0100 |
commit | 80858717f907aa7468591fdef0847a56728fedec (patch) | |
tree | f0f9198a6c20a38b31d83890703f36f013659a44 /nix-conf/home | |
parent | a8545baad2ec9231a0d168167ba88fb4b31ba3a2 (diff) | |
download | dotfiles-80858717f907aa7468591fdef0847a56728fedec.tar.gz |
Remove zsh-nvm plugin
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index a475f12..a01483a 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -115,9 +115,6 @@ in "completion" ]; - NVM_AUTO_USE = true; - NVM_LAZY_LOAD = true; - LESS = "-iRXF"; FZF_DEFAULT_COMMAND = "fd --hidden --strip-cwd-prefix --exclude .git --exclude node_modules"; @@ -363,18 +360,6 @@ in }; file = "per-directory-history.zsh"; } - ] - ++ optionals stdenv.isDarwin [ - { - name = "zsh-nvm"; - src = fetchFromGitHub { - owner = "lukechilds"; - repo = "zsh-nvm"; - rev = "23067bd9bb6eb6f4737a3ea90cb0cb5e85f61ba2"; - sha256 = "Zwdi7bezMFKaIKYwsSftu3mJSFvadEWmY2hYnU1Kpu4="; - }; - file = "zsh-nvm.plugin.zsh"; - } ]; }; } |