🔥 (home/shell) remove zsh-nix-shell plugin

This commit is contained in:
Laureηt 2023-12-31 14:33:16 +01:00
parent 861d69c6be
commit ae15491e47
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -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";
};
}
];
};
}