From f974de970e932d0458f39828b622061da4f7a9c7 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Thu, 22 Dec 2022 20:55:32 +0200 Subject: [PATCH] Add kubectl krew plugin manager to path --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 9c14081..9ccf048 100644 --- a/.zshrc +++ b/.zshrc @@ -222,6 +222,7 @@ path=( $path ) +export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" HISTSIZE=100000 SAVEHIST=100000