mirror of
https://github.com/artizirk/dotfiles.git
synced 2025-12-19 16:16:48 +02:00
k8s krew changes
This commit is contained in:
10
.zshrc
10
.zshrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user