add ~/.local/bin to PATH

This commit is contained in:
Ben Harris 2018-07-31 23:47:54 -04:00
parent 6775213b33
commit f7a2b71869
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
2 changed files with 3 additions and 1 deletions

View File

@ -62,6 +62,8 @@ weechat:
gnupg:
@printf "$(YELLOW)--- gnupg ----------------------------------------------\n$(RESET)"
mkdir -p "$$HOME/.gnupg"
chmod 700 "$$HOME/.gnupg"
stow -t "$$HOME" gnupg
.PHONY: bash fish git vim mutt byobu weechat gnupg clean install Windows Linux Other

View File

@ -10,7 +10,7 @@ set -x MAIL /home/ben/Maildir
set -x GOPATH (/usr/local/go/bin/go env GOPATH)
set -x fish_user_paths $fish_user_paths ~/bin /usr/local/go/bin /home/ben/.yarn/bin $GOPATH/bin
set -x fish_user_paths $fish_user_paths ~/bin /usr/local/go/bin /home/ben/.yarn/bin $GOPATH/bin ~/.local/bin
set -x SSH_AGENT_PID ""
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)