From ebd7d33fd52bdbe1cefaaefc9163dbf86e2f2d14 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 28 Oct 2021 00:17:42 +0200 Subject: [PATCH] nix-shell zsh plugin Signed-off-by: Stefan Ellmauthaler --- users/ellmau/zsh.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/users/ellmau/zsh.nix b/users/ellmau/zsh.nix index f621f82..4dea352 100644 --- a/users/ellmau/zsh.nix +++ b/users/ellmau/zsh.nix @@ -26,6 +26,18 @@ lal = "ll --all"; lla = "ll --all"; }; + plugins = [ + { + name = "zsh-nix-shell"; + file = "nix-shell.plugin.zsh"; + src = pkgs.fetchFromGitHub { + owner = "chisui"; + repo = "zsh-nix-shell"; + rev = "v0.4.0"; + sha256 = "037wz9fqmx0ngcwl9az55fgkipb745rymznxnssr3rx9irb6apzg"; + }; + } + ]; }; starship = {