diff options
author | Alan Pearce | 2018-12-19 12:13:11 +0100 |
---|---|---|
committer | Alan Pearce | 2018-12-19 12:13:11 +0100 |
commit | 8f3dd39e9f2ae9af8e3be92474b35770bdf289a2 (patch) | |
tree | e42426269699d2ff6370c80492367850a178874d | |
parent | 5553e7a66042f30fcef94b0eb61ff2c783c8acb6 (diff) | |
download | dotfiles-8f3dd39e9f2ae9af8e3be92474b35770bdf289a2.tar.lz dotfiles-8f3dd39e9f2ae9af8e3be92474b35770bdf289a2.tar.zst dotfiles-8f3dd39e9f2ae9af8e3be92474b35770bdf289a2.zip |
zsh: add kx=kubectx alias
-rw-r--r-- | zsh/.config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index a970c6f..8f334e6 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -137,6 +137,7 @@ zplugin ice blockf wait'0' lucid zplugin light "zsh-users/zsh-completions" zplugin ice wait'1' lucid zplugin light "hlissner/zsh-autopair" +zplugin ice atload'alias kx=kubectx' zplugin load "dbz/kube-aliases" zplugin snippet "OMZ::lib/functions.zsh" |