diff options
author | Alan Pearce | 2019-01-28 14:27:05 +0000 |
---|---|---|
committer | Alan Pearce | 2019-01-31 09:26:37 +0000 |
commit | 42b99d39b9f8901e90191651a3f3bb6311f1bf0e (patch) | |
tree | cc53dee2f0c9814b9dca8bfcd0549a00d226281c | |
parent | f92ef0dd62c00ede36ad6ec993c0b5038c8ee1ab (diff) | |
download | dotfiles-42b99d39b9f8901e90191651a3f3bb6311f1bf0e.tar.lz dotfiles-42b99d39b9f8901e90191651a3f3bb6311f1bf0e.tar.zst dotfiles-42b99d39b9f8901e90191651a3f3bb6311f1bf0e.zip |
zsh: Re-add kns and kx aliases
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
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 |