summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--zsh/.config/zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
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