1
0

drop remnants

This commit is contained in:
Konstantin Demin 2022-05-18 10:21:00 +03:00
parent 3b50183a0d
commit a70347e7f7
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -74,7 +74,6 @@ z-bind () {
done done
shift shift
# sequence="$1"
widget="$2" widget="$2"
local -Ua keys local -Ua keys