add alias for kubectl
This commit is contained in:
parent
0bb320f192
commit
8cb7b65bb3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue