rework personal completions
also support: - fd/fdfind - hyperfine
This commit is contained in:
9
.config/zsh/completion/external.zsh
Normal file
9
.config/zsh/completion/external.zsh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/zsh
|
||||
|
||||
__z_comp__kubectl() { command kubectl completion zsh ; }
|
||||
__z_comp__podman() { command podman completion zsh ; }
|
||||
|
||||
for i ( kubectl podman ) ; do
|
||||
__z_comp_external $i "__z_comp__$i"
|
||||
done
|
||||
unset -fm '__z_comp__*'
|
Reference in New Issue
Block a user