From bbb57c13f7b64eb8368a135837e880661dafa394 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 6 Apr 2021 16:18:08 -0400 Subject: [PATCH] Add kubectl aliases --- link/nix/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link/nix/zshrc b/link/nix/zshrc index 399798c..3688194 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -56,7 +56,7 @@ ZSH_CUSTOM=~/repos/customized-oh-my-zsh # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # 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