1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-12 15:34:50 +08:00
This commit is contained in:
za 2025-12-11 19:47:19 +01:00 committed by GitHub
commit 538f3a58ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,6 +182,9 @@ alias kej='kubectl edit job'
alias kdj='kubectl describe job' alias kdj='kubectl describe job'
alias kdelj='kubectl delete job' alias kdelj='kubectl delete job'
# Check allowed action
alias kacil='kubectl auth can-i --list'
# Utility print functions (json / yaml) # Utility print functions (json / yaml)
function _build_kubectl_out_alias { function _build_kubectl_out_alias {
setopt localoptions norcexpandparam setopt localoptions norcexpandparam