summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2019-01-28 14:27:05 +0000
committerAlan Pearce2019-01-31 09:26:37 +0000
commit42b99d39b9f8901e90191651a3f3bb6311f1bf0e (patch)
treecc53dee2f0c9814b9dca8bfcd0549a00d226281c /zsh
parentf92ef0dd62c00ede36ad6ec993c0b5038c8ee1ab (diff)
downloadnixfiles-42b99d39b9f8901e90191651a3f3bb6311f1bf0e.tar.lz
nixfiles-42b99d39b9f8901e90191651a3f3bb6311f1bf0e.tar.zst
nixfiles-42b99d39b9f8901e90191651a3f3bb6311f1bf0e.zip
zsh: Re-add kns and kx aliases
Diffstat (limited to 'zsh')
-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 f2d36d3c..46e53c14 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