From 42b99d39b9f8901e90191651a3f3bb6311f1bf0e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 28 Jan 2019 14:27:05 +0000 Subject: zsh: Re-add kns and kx aliases --- zsh/.config/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/.config') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index f2d36d3..46e53c1 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -72,6 +72,8 @@ alias lla="lal" alias llr="ll -t" alias https="http --default-scheme https" +alias kns="kubens" +alias kx="kubectx" alias pending_deployments="GIT_DIR=$(ghq list -p core/kubernetes)/.git git lg production...staging --grep=CORE --grep=INFRA" zmodload zsh/terminfo -- cgit 1.4.1