zsh: removed import podman completion zsh using zsh-defer
This commit is contained in:
parent
326a8103cd
commit
8bca4aaaf9
|
@ -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";
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue