From f7a2b71869030476e0bcce7bed69a2e993c64c5d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 31 Jul 2018 23:47:54 -0400 Subject: [PATCH] add ~/.local/bin to PATH --- Makefile | 2 ++ fish/.config/fish/config.fish | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ccc5d3..0313dfe 100644 --- a/Makefile +++ b/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 diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index bced7c8..da9363c 100755 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -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)