1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Remove no longer needed zsh-nix-shell plugin

This commit is contained in:
Stefan Ellmauthaler 2022-07-27 17:01:17 +02:00
parent a8dd19bba2
commit 73fd8e35fb
Failed to extract signature

View File

@ -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 = {