1
0
mirror of https://tildegit.org/ben/dotfiles.git synced 2025-04-05 04:13:22 +00:00

add ssh_agent_sock to fish startup

This commit is contained in:
Ben Harris 2018-07-30 19:56:18 -04:00
parent 78ecf80d3b
commit aa45320a82
No known key found for this signature in database
GPG Key ID: 4E0AF802FFF7960C
2 changed files with 3 additions and 1 deletions
fish/.config/fish
git

@ -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 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 signingkey = FC2255B7BBC7EABD4EFAFA1068907D8BCCD85A5A
[push] [push]
default = simple default = simple
[commit] [commit]
gpgsign = true gpgsign = true