diff --git a/.bashrc b/.bashrc index 0177e63..09ebe0a 100644 --- a/.bashrc +++ b/.bashrc @@ -4,7 +4,7 @@ export HISTFILESIZE=-1 export EDITOR="vim" test -s ~/.alias && . ~/.alias || true -export PATH=~/.local/bin:"$PATH" +export PATH=~/bin:~/.local/bin:"$PATH" type go >/dev/null 2>&1 && export GOPATH=$(go env GOPATH) && export PATH="$PATH":$GOPATH/bin # needed for pw function and gnupg.vim