From 73fd8e35fbc49655792a614f389070ff2764cb3b Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 27 Jul 2022 17:01:17 +0200 Subject: [PATCH] Remove no longer needed zsh-nix-shell plugin --- users/ellmau/zsh.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/users/ellmau/zsh.nix b/users/ellmau/zsh.nix index 5213933..e490aec 100644 --- a/users/ellmau/zsh.nix +++ b/users/ellmau/zsh.nix @@ -27,20 +27,6 @@ lla = "ll --all"; emacsc = "emacsclient -n"; }; - plugins = [ - { - name = "zsh-nix-shell"; - file = "nix-shell.plugin.zsh"; - src = pkgs.fetchFromGitHub { - # v0.5.0 - owner = "chisui"; - repo = "zsh-nix-shell"; - rev = "4eb69b044ffab5197dfbf0f5d40e7cdb3d75e222"; - sha256 = "IT3wpfw8zhiNQsrw59lbSWYh0NQ1CUdUtFzRzHlURH0="; - fetchSubmodules = true; - }; - } - ]; }; starship = {