modify external completion routines
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user