1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Prevent ssh-add breaking things temporarily

This commit is contained in:
Joe Groocock 2017-02-18 15:26:41 +00:00
parent cada40f9be
commit 24161b8a4a
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -45,3 +45,6 @@ fi
if which gnome-keyring-daemon >/dev/null 2>&1; then
export $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gnupg)
fi
# Always add SSH key to the running agent; local or remote
#ssh-add