mirror of https://tildegit.org/ben/dotfiles
add ssh_agent_sock to fish startup
parent
78ecf80d3b
commit
aa45320a82
|
@ -12,3 +12,6 @@ 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 SSH_AGENT_PID ""
|
||||
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
|
||||
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
signingkey = FC2255B7BBC7EABD4EFAFA1068907D8BCCD85A5A
|
||||
[push]
|
||||
default = simple
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
|
Loading…
Reference in New Issue