347 current 2024-04-16 13:22:55 24.05.20240416.c04952a 6.8.4-zen1 *

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

View file

@ -34,12 +34,30 @@
name = "zsh-nix-shell"; name = "zsh-nix-shell";
src = pkgs.zsh-nix-shell; src = pkgs.zsh-nix-shell;
} }
# zsh-history {
# zsh-fzf-tab name = "zsh-history";
# zsh-f-sy-h src = pkgs.zsh-history;
# zsh-autocomplete }
# zsh-you-should-use {
# zsh-navigation-tools name = "zsh-fzf-tab";
src = pkgs.zsh-fzf-tab;
}
{
name = "zsh-f-sy-h";
src = pkgs.zsh-f-sy-h;
}
{
name = "zsh-autocomplete";
src = pkgs.zsh-autocomplete;
}
{
name = "zsh-you-should-use";
src = pkgs.zsh-you-should-use;
}
{
name = "zsh-navigation-tools";
src = pkgs.zsh-navigation-tools;
}
]; ];
}; };
} }