mirror of https://tildegit.org/ben/dotfiles
add ~/.local/bin to PATH
parent
6775213b33
commit
f7a2b71869
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue