fix: zsh .zcompdump location
This commit is contained in:
parent
7330e0b22f
commit
b6f60c0828
6 changed files with 5 additions and 6 deletions
|
@ -20,7 +20,7 @@ function kx() {
|
|||
kubectx ${ctx:l}
|
||||
[ -n "$ns" ] && kubens "${ns:l}"
|
||||
}
|
||||
compdef -e _kubectx.zsh kx
|
||||
compdef -e _kubectx kx
|
||||
|
||||
alias kn='kubens'
|
||||
alias k='kubectl'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue