diff options
author | David Thompson <davet@gnu.org> | 2015-05-24 04:34:06 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-05-24 04:34:06 -0400 |
commit | 14cc26418ac1949456c0e86d7f665ab3b53b4bc6 (patch) | |
tree | 7f39842159211fd6352f0120599a1b6b123a38ef | |
parent | 9251b3b76e40969c52a1b837f1cb64252bf82aac (diff) |
bash: Set SSH_AUTH_SOCK env var.
-rw-r--r-- | dotfiles/.bash_profile | 3 |
1 files changed, 3 insertions, 0 deletions
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" |