diff options
-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" |