added ~/bin to PATH

This commit is contained in:
Jonas Forsberg 2021-01-21 11:15:59 +01:00
parent 60190f0d8a
commit a5a3395cdd
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -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