346 current 2024-04-16 13:18:56 24.05.20240416.c04952a 6.8.4-zen1 *

This commit is contained in:
zackartz 2024-04-16 13:19:02 -04:00
parent f786c85ea6
commit e61af62f45
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -32,14 +32,14 @@
plugins = [ plugins = [
{ {
name = "zsh-nix-shell"; name = "zsh-nix-shell";
file = "nix-shell.plugin.zsh"; src = pkgs.zsh-nix-shell;
src = pkgs.fetchFromGitHub {
owner = "chisui";
repo = "zsh-nix-shell";
rev = "v0.7.0";
sha256 = "149zh2rm59blr2q458a5irkfh82y3dwdich60s9670kl3cl5h2m1";
};
} }
# zsh-history
# zsh-fzf-tab
# zsh-f-sy-h
# zsh-autocomplete
# zsh-you-should-use
# zsh-navigation-tools
]; ];
}; };
} }