Fred Damstra [io2] 2 lat temu
rodzic
commit
962a8064f1
1 zmienionych plików z 4 dodań i 0 usunięć
  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