1
0
Fork 0
dotfiles/etc/profile

8 lines
153 B
Bash

has() {
command -V "$1" > /dev/null 2>&1
}
if has gnome-keyring-daemon; then
eval "$(gnome-keyring-daemon --start)"
export SSH_AUTH_SOCK
fi