diff --git a/.profile b/.profile index b1e47457..35672dfd 100644 --- a/.profile +++ b/.profile @@ -37,7 +37,9 @@ if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi -export PATH="$HOME/.npm-packages/bin:$PATH" +export PATH="$PATH:$HOME/.npm-packages/bin" +export PATH="$PATH:/usr/local/go/bin" +export PATH="$PATH:$HOME/go/bin" source ~/.apikeys source "$HOME/.cargo/env"