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:
parent
cada40f9be
commit
24161b8a4a
3
.profile
3
.profile
@ -45,3 +45,6 @@ fi
|
|||||||
if which gnome-keyring-daemon >/dev/null 2>&1; then
|
if which gnome-keyring-daemon >/dev/null 2>&1; then
|
||||||
export $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gnupg)
|
export $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gnupg)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Always add SSH key to the running agent; local or remote
|
||||||
|
#ssh-add
|
||||||
|
Loading…
Reference in New Issue
Block a user