mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Merge branch 'master' of git://github.com/kozl/oh-my-zsh into kozl-master
This commit is contained in:
commit
8e3de35d15
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ alias kgpwide='kgp -o wide'
|
|||
alias kep='kubectl edit pods'
|
||||
alias kdp='kubectl describe pods'
|
||||
alias kdelp='kubectl delete pods'
|
||||
alias kgpall='k get pods --all-namespaces -o wide'
|
||||
|
||||
# get pod by label: kgpl "app=myapp" -n myns
|
||||
alias kgpl='kgp -l'
|
||||
|
|
Loading…
Reference in a new issue