diff --git a/.bashrc b/.bashrc index a5fcef2..b7a2b21 100644 --- a/.bashrc +++ b/.bashrc @@ -29,6 +29,9 @@ fi if ! [[ "$PATH" =~ $HOME/.local/bin:$HOME/bin: ]]; then PATH="$HOME/.local/bin:$HOME/bin:$PATH" fi +if ! [[ "$PATH" =~ /usr/local/go/bin ]]; then + PATH="/usr/local/go/bin:$PATH" +fi # User specific aliases and functions if [ -d ~/.bashrc.d ]; then