1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-22 08:20:59 +02:00

Add kubectl krew plugin manager to path

This commit is contained in:
Arti Zirk 2022-12-22 20:55:32 +02:00
parent 19ace05c16
commit f974de970e

1
.zshrc
View File

@ -222,6 +222,7 @@ path=(
$path
)
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
HISTSIZE=100000
SAVEHIST=100000