From 14cc26418ac1949456c0e86d7f665ab3b53b4bc6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 24 May 2015 04:34:06 -0400 Subject: bash: Set SSH_AUTH_SOCK env var. --- dotfiles/.bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index f948a6c..cb03ccf 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -5,3 +5,6 @@ if [ -f ~/.bashrc ]; then . ~/.bashrc; fi # Search for binaries in user profile /sbin. export PATH="$HOME/.guix-profile/sbin:$PATH" + +# SSH agent. +export SSH_AUTH_SOCK="$HOME/.gnupg/S.gpg-agent.ssh" -- cgit v1.2.3