fix: zsh .zcompdump location

This commit is contained in:
AngeD 2023-03-14 09:04:38 +01:00
parent 7330e0b22f
commit b6f60c0828
6 changed files with 5 additions and 6 deletions

View file

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