aboutsummaryrefslogtreecommitdiff
path: root/dot.zshenv
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2024-09-11 21:50:13 +0200
committerThomas Schneider <qsx@chaotikum.eu>2024-09-11 21:50:13 +0200
commit4b64743fcf65031dad4d1056dd44528caff01251 (patch)
treeac84243c49301a7ea88132b1f1caa6dd067e534e /dot.zshenv
parent8956fab75f64598186e8bdec5fcfdd73c071a5f3 (diff)
zsh: Add ~/.krew/bin to $PATH
Diffstat (limited to 'dot.zshenv')
-rw-r--r--dot.zshenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.zshenv b/dot.zshenv
index 725398b..a9a35b1 100644
--- a/dot.zshenv
+++ b/dot.zshenv
@@ -10,6 +10,7 @@ path=(
~/.gem/ruby/*/bin(/N)
~/.cabal/bin(/N)
$GOPATH/bin(/N)
+ ${KREW_ROOT:-$HOME/.krew}/bin
~/.cargo/bin(/N)
~/.poetry/bin(/N)
~/.local/bin(/N)