zsh: removed import podman completion zsh using zsh-defer

This commit is contained in:
Tigor Hutasuhut 2024-07-10 10:50:41 +07:00
parent 326a8103cd
commit 8bca4aaaf9

View file

@ -111,9 +111,6 @@ in
# switch group using `<` and `>` # switch group using `<` and `>`
zstyle ':fzf-tab:*' switch-group '<' '>' zstyle ':fzf-tab:*' switch-group '<' '>'
'' ''
(optionalString config.profile.podman.enable /*bash*/ ''
zsh-defer source <(podman completion zsh)
'')
]; ];
plugins = [ plugins = [
@ -142,11 +139,11 @@ in
src = pkgs.zsh-history-substring-search; src = pkgs.zsh-history-substring-search;
file = "share/zsh-history-substring-search/zsh-history-substring-search.zsh"; file = "share/zsh-history-substring-search/zsh-history-substring-search.zsh";
} }
{ # {
name = "zsh-defer"; # name = "zsh-defer";
src = pkgs.zsh-defer; # src = pkgs.zsh-defer;
file = "share/zsh-defer/zsh-defer.plugin.zsh"; # file = "share/zsh-defer/zsh-defer.plugin.zsh";
} # }
]; ];
}; };
} }