Add kubectl aliases

This commit is contained in:
Gene Liverman 2021-04-06 16:18:08 -04:00
parent 00cda420bb
commit bbb57c13f7
No known key found for this signature in database
GPG key ID: A5E7EC8322AE6F74

View file

@ -56,7 +56,7 @@ ZSH_CUSTOM=~/repos/customized-oh-my-zsh
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(brew bundler gem git git-flow github history kube-ps1 kubectl osx pip python terraform vagrant vscode) plugins=(brew bundler gem git git-flow github history kube-aliases kube-ps1 kubectl osx pip python terraform vagrant vscode)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh