diff --git a/.config/bash/.bashrc b/.config/bash/.bashrc index 1eb5344..2e2041e 100644 --- a/.config/bash/.bashrc +++ b/.config/bash/.bashrc @@ -6,7 +6,7 @@ case $- in esac export GOPATH="$HOME/go" -export PATH="$PATH:$HOME/.local/bin:$GOPATH/bin:$HOME/scripts" +export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/scripts" # don't put duplicate lines or lines starting with space in the history. # See bash(1) for more options