mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Merge 6f0c5e1bd5 into a79b37b954
This commit is contained in:
commit
67b8275622
1 changed files with 3 additions and 0 deletions
|
|
@ -186,6 +186,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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue