Merge branch 'master' of github.com:stv0g/dotfiles
This commit is contained in:
commit
aeffacd1c8
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
export GPG_TTY=$(tty)
|
||||
|
||||
unset SSH_AGENT_PID
|
||||
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
fi
|
||||
|
||||
export GOPATH=~/build/go
|
||||
export PATH=~/bin/scripts:~/bin:/usr/local/bin:${PATH}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue