diff options
Diffstat (limited to 'completions/zsh')
-rw-r--r-- | completions/zsh/_podman | 2 | ||||
-rw-r--r-- | completions/zsh/_podman-remote | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/completions/zsh/_podman b/completions/zsh/_podman index b25e9cb08..9bad56d9a 100644 --- a/completions/zsh/_podman +++ b/completions/zsh/_podman @@ -17,8 +17,6 @@ _podman() local shellCompDirectiveNoFileComp=4 local shellCompDirectiveFilterFileExt=8 local shellCompDirectiveFilterDirs=16 - local shellCompDirectiveLegacyCustomComp=32 - local shellCompDirectiveLegacyCustomArgsComp=64 local lastParam lastChar flagPrefix requestComp out directive comp lastComp noSpace local -a completions diff --git a/completions/zsh/_podman-remote b/completions/zsh/_podman-remote index fc2984cfd..5132d0e53 100644 --- a/completions/zsh/_podman-remote +++ b/completions/zsh/_podman-remote @@ -17,8 +17,6 @@ _podman-remote() local shellCompDirectiveNoFileComp=4 local shellCompDirectiveFilterFileExt=8 local shellCompDirectiveFilterDirs=16 - local shellCompDirectiveLegacyCustomComp=32 - local shellCompDirectiveLegacyCustomArgsComp=64 local lastParam lastChar flagPrefix requestComp out directive comp lastComp noSpace local -a completions |