From 894ed572a34c70dbdc74fbbc66a8f294a2d6e94a Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Thu, 31 Aug 2023 08:51:51 +0200 Subject: [PATCH] Aliases --- zsh.d/90-plugins.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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