1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-13 16:04:08 +08:00

feat(kubectl): change alias from kl to klog

This commit is contained in:
Jeremy Delgado 2025-07-09 11:14:08 +02:00
parent 3e7ef0182f
commit 6a6e321c61
No known key found for this signature in database

View File

@ -129,7 +129,7 @@ alias kga='kubectl get all'
alias kgaa='kubectl get all --all-namespaces'
# Logs
alias kl='kubectl logs'
alias klog='kubectl logs'
alias kl1h='kubectl logs --since 1h'
alias kl1m='kubectl logs --since 1m'
alias kl1s='kubectl logs --since 1s'