1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Merge branch 'master' of git://github.com/kozl/oh-my-zsh into kozl-master

This commit is contained in:
Robby Russell 2021-06-13 08:08:14 -07:00
commit 8e3de35d15

View file

@ -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'