From ae15491e4727141989e12f13c57504353aa1424d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 31 Dec 2023 14:33:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20(home/shell)=20remove=20zsh-nix-?= =?UTF-8?q?shell=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/zsh.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/home/shell/zsh.nix b/home/shell/zsh.nix index 6941ea3..1a63170 100644 --- a/home/shell/zsh.nix +++ b/home/shell/zsh.nix @@ -23,17 +23,5 @@ bindkey '^H' backward-kill-word bindkey '5~' kill-word ''; - plugins = [ - { - name = "zsh-nix-shell"; - file = "nix-shell.plugin.zsh"; - src = pkgs.fetchFromGitHub { - owner = "chisui"; - repo = "zsh-nix-shell"; - rev = "227d284ab2dc2f5153826974e0094a1990b1b5b9"; - sha256 = "11mkq58ssafvkq8sq27v0dl19mi2myi392nhxgi1q2q9q0gazcaa"; - }; - } - ]; }; }