355 current 2024-04-16 14:07:53 24.05.20240416.c04952a 6.8.4-zen1 *

This commit is contained in:
zackartz 2024-04-16 14:08:00 -04:00
parent 5f0fa0659f
commit e90e67f614
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -26,10 +26,10 @@ in {
initExtra = let initExtra = let
sources = with pkgs; [ sources = with pkgs; [
"${zsh-nix-shell}/share/zsh-nix-shell/nix-shell.plugin.zsh" "${zsh-nix-shell}/share/zsh-nix-shell/nix-shell.plugin.zsh"
# "${zsh-history}/share/zsh/init.zsh" "${zsh-history}/share/zsh/init.zsh"
"${zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh" "${zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh"
"${zsh-f-sy-h}/share/zsh/site-functions/F-Sy-H.plugin.zsh" "${zsh-f-sy-h}/share/zsh/site-functions/F-Sy-H.plugin.zsh"
"${zsh-autocomplete}/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh" # "${zsh-autocomplete}/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh"
"${zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh" "${zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh"
"${zsh-navigation-tools}/share/zsh/site-functions/zsh-navigation-tools.plugin.zsh" "${zsh-navigation-tools}/share/zsh/site-functions/zsh-navigation-tools.plugin.zsh"
]; ];