From 80858717f907aa7468591fdef0847a56728fedec Mon Sep 17 00:00:00 2001 From: David Morgan Date: Mon, 9 Sep 2024 10:52:19 +0100 Subject: Remove zsh-nvm plugin --- nix-conf/home/includes/zsh.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'nix-conf/home') 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"; - } ]; }; } -- cgit 1.4.1-2-gfad0 @akkartik.com>
about summary refs log tree commit diff stats
path: root/tools/iso/soso
blob: a5f4a3ab6fa4fff1d65c81eae044e2607c4d1328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40