Browse Source

Krew Config

Fred Damstra [io2] 2 years ago
parent
commit
962a8064f1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .bashrc

+ 4 - 0
.bashrc

@@ -154,6 +154,10 @@ if [ -d ~/xdr-terraform-live/bin ]; then
   export PATH=$PATH:~/xdr-terraform-live/bin
 fi
 
+if [ -d ${KREW_ROOT:-$HOME/.krew}/bin ]; then
+  export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
+fi
+
 if [ -d $HOME/.cargo ]; then
   . "$HOME/.cargo/env"
 fi