From a5a3395cddc51b87c573baf01634980c49c81e01 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Thu, 21 Jan 2021 11:15:59 +0100 Subject: [PATCH] added ~/bin to PATH --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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