add alias for kubectl

This commit is contained in:
Steffen Vogel 2018-12-26 11:21:51 +01:00
parent 0bb320f192
commit 8cb7b65bb3

View file

@ -25,6 +25,8 @@ alias psa='ps aux'
alias psag='ps aux | grep'
alias ka=killall
alias k=kubectl
# Some shortcuts for me
function moby() {
[ -f ~/.bash_env ] && source ~/.bash_env