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