diff options
author | Alan Pearce | 2018-12-19 15:06:32 +0100 |
---|---|---|
committer | Alan Pearce | 2018-12-19 15:06:32 +0100 |
commit | 7a059e297c14188f2398e593e84824f0ffe82100 (patch) | |
tree | 829ff863de7905292a27295e213ce03b253fa3e5 | |
parent | 8f3dd39e9f2ae9af8e3be92474b35770bdf289a2 (diff) | |
download | dotfiles-7a059e297c14188f2398e593e84824f0ffe82100.tar.lz dotfiles-7a059e297c14188f2398e593e84824f0ffe82100.tar.zst dotfiles-7a059e297c14188f2398e593e84824f0ffe82100.zip |
zsh: Fix kube-aliases help
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 8f334e6..8a3ad5a 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -137,7 +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 ice atload'alias kx=kubectx' cp'kube-aliases.plugin.zsh -> kube-aliases.zsh' atclone'sed -i s+"$ZSH_CUSTOM/plugins/zsh-kubernetes+$PWD+" kube-aliases.zsh' atpull'%atclone' pick'kube-aliases.zsh' nocompile zplugin load "dbz/kube-aliases" zplugin snippet "OMZ::lib/functions.zsh" |