- Published on
My .bashrc
- Authors
- Name
- Leandro Moro
- @moroleandro_
.bashrc
alias k=kubectl
complete -F __start_kubectl k
alias kg='kubectl get pod'
alias kd='kubectl describe'
alias k=kubectl
complete -F __start_kubectl k
alias kg='kubectl get pod'
alias kd='kubectl describe'