added ~/bin to PATH
This commit is contained in:
parent
60190f0d8a
commit
a5a3395cdd
2
.bashrc
2
.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
|
||||
|
Loading…
Reference in New Issue
Block a user