mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-11 05:39:45 +08:00
Compare commits
2 Commits
7ebd275f30
...
f4e6d0e4fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4e6d0e4fe | ||
|
|
6f0c5e1bd5 |
@ -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…
Reference in New Issue
Block a user