1
0

modify external completion routines

This commit is contained in:
2021-03-22 22:57:36 +03:00
parent 26f29d0514
commit 7bf6262945
4 changed files with 12 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/zsh
__z_comp_test podman && podman completion zsh | __z_comp_write podman
__z_comp_podman() { command podman completion zsh ; }
__z_comp_external podman __z_comp_podman
unset -f __z_comp_podman