1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-10-16 11:40:46 +00:00

Compare commits

...

3 commits

Author SHA1 Message Date
Fırat Küçük
502fd5b493
Merge 67bdc75bc9 into 1514145a09 2024-09-21 00:08:02 +05:30
Fırat KÜÇÜK
67bdc75bc9 moved alias to the general purpose aliases section 2024-07-22 07:41:49 +02:00
Fırat KÜÇÜK
8a396e7c8a feat(kubectl): kg alias 2024-06-25 07:39:20 +02:00

View file

@ -36,6 +36,7 @@ alias kcgc='kubectl config get-contexts'
# General aliases
alias kdel='kubectl delete'
alias kdelf='kubectl delete -f'
alias kg=kubectl get
# Pod management.
alias kgp='kubectl get pods'