added ~/bin to PATH
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user