drop remnants
This commit is contained in:
parent
3b50183a0d
commit
a70347e7f7
@ -1,8 +1,5 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
__z_comp_kubectl() {
|
__z_comp_kubectl() { command kubectl completion zsh ; }
|
||||||
command kubectl completion zsh
|
|
||||||
# complete -F __start_kubectl k
|
|
||||||
}
|
|
||||||
__z_comp_external kubectl __z_comp_kubectl
|
__z_comp_external kubectl __z_comp_kubectl
|
||||||
unset -f __z_comp_kubectl
|
unset -f __z_comp_kubectl
|
||||||
|
@ -74,7 +74,6 @@ z-bind () {
|
|||||||
done
|
done
|
||||||
shift
|
shift
|
||||||
|
|
||||||
# sequence="$1"
|
|
||||||
widget="$2"
|
widget="$2"
|
||||||
|
|
||||||
local -Ua keys
|
local -Ua keys
|
||||||
|
Loading…
Reference in New Issue
Block a user