mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
15c79fc9c6
80 changed files with 1608 additions and 526 deletions
|
|
@ -40,6 +40,8 @@ alias kcgc='kubectl config get-contexts'
|
|||
alias kdel='kubectl delete'
|
||||
alias kdelf='kubectl delete -f'
|
||||
alias kdelk='kubectl delete -k'
|
||||
alias kge='kubectl get events --sort-by=".lastTimestamp"'
|
||||
alias kgew='kubectl get events --sort-by=".lastTimestamp" --watch'
|
||||
|
||||
# Pod management.
|
||||
alias kgp='kubectl get pods'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue