From 297a67dac3a680e5e5deb3f78c41dd126bde46ab Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 21 Jul 2024 21:01:57 +0200 Subject: [PATCH] Turned plugin 'nix-shell' off --- pkgs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index 3fa5f6f..4bc0b1b 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -26,7 +26,7 @@ "python" "git-auto-fetch" "wd" - "nix-shell" +# "nix-shell" ]; custom = "/home/horseman/nix-config/pkgs/zsh/"; theme = "jonathan";