diff --git a/.config/bash/.bashrc b/.config/bash/.bashrc index 61b4348..1dbafe8 100644 --- a/.config/bash/.bashrc +++ b/.config/bash/.bashrc @@ -6,7 +6,7 @@ case $- in esac export GOPATH="$HOME/go" -export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/Applications:$HOME/scripts:$HOME/.dotnet/:$HOME/.dotnet/tools/" +export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/Applications:$HOME/scripts:$HOME/.dotnet/:$HOME/.dotnet/tools/:/usr/local/go/bin/" # don't put duplicate lines or lines starting with space in the history. # See bash(1) for more options diff --git a/.config/shell/profile b/.config/shell/profile index 0ae9deb..0c8489b 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -6,7 +6,7 @@ # to clean up. # Adds `~/.local/bin` to $PATH -export PATH="$PATH:$HOME/.local/bin/" +export PATH="$PATH:$HOME/.local/bin/:/usr/local/go/bin/" # Userwide npm installations export npm_config_prefix="$HOME/.local"