diff --git a/zsh.d/90-plugins.zsh b/zsh.d/90-plugins.zsh index 89f76a1..fb40e65 100644 --- a/zsh.d/90-plugins.zsh +++ b/zsh.d/90-plugins.zsh @@ -17,7 +17,7 @@ export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" if whence kubectl > /dev/null; then alias k=kubectl - alias kp='kubectl ipick' + alias kk='kubectl konfig merge ~/.kube/configs/* > ~/.kube/config' fi # Setup iTerm shell integration