Add some zsh aliases

This commit is contained in:
Jeremy Dormitzer 2021-02-21 09:08:01 -05:00
parent 519094f467
commit 2844eb0722

View File

@ -109,3 +109,8 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias k="kubectl"
alias kns="kubens"
alias kctx="kubectx"
alias tf="terraform"