add full docker completion

This commit is contained in:
sadan 2025-03-17 18:26:10 -04:00
parent 8945a42b9b
commit 505d5e3c74
No known key found for this signature in database

View file

@ -40,6 +40,7 @@
source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
eval "$(${pkgs.nh}/bin/nh completions --shell=zsh)"
setopt globstarshort
eval "$(${pkgs.docker}/bin/docker completion zsh)"
'';
enableCompletion = true;
plugins = [