1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2025-12-20 00:26:48 +02:00

k8s krew changes

This commit is contained in:
2025-11-13 21:59:38 +02:00
parent 7da9ebddde
commit c90c30c30f

10
.zshrc
View File

@@ -249,20 +249,14 @@ else
fi
# kubectl plugin manager Krew
export KREW_ROOT="~/.config/krew"
if [[ -d "${KREW_ROOT}/bin" ]]; then
krew_bin_path="${KREW_ROOT}/bin"
else
krew_bin_path=''
fi
export KREW_ROOT="$HOME/.config/krew"
# ZSH allows $PATH to be used as an array
path=(
~/.bin
~/.local/bin
${ruby_gem_user_dir}
${krew_bin_path}
${KREW_ROOT}/bin
/usr/bin/site_perl
/usr/bin/vendor_perl
/usr/bin/core_perl