1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-12 15:34:50 +08:00

Update kubectl.plugin.zsh

This commit is contained in:
NanoNova 2025-10-11 16:21:05 +08:00 committed by GitHub
parent 15c79fc9c6
commit abd6d67f02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ alias kca='_kca(){ kubectl "$@" --all-namespaces; unset -f _kca; }; _kca'
alias kaf='kubectl apply -f'
# Apply a kustomization directory
alias kak='kubectl apply -k'
alias kapk='kubectl apply -k'
# Drop into an interactive terminal on a container
alias keti='kubectl exec -t -i'