diff options
author | EuAndreh <eu@euandre.org> | 2018-04-22 19:04:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-04-22 19:04:25 -0300 |
commit | 6aedea0f323fcf8f81931de34b43c01129273ad6 (patch) | |
tree | b5c772b5d864f24bcf20eab142092d624cb07c95 | |
parent | Update new borg file (diff) | |
download | dotfiles-6aedea0f323fcf8f81931de34b43c01129273ad6.tar.gz dotfiles-6aedea0f323fcf8f81931de34b43c01129273ad6.tar.xz |
Try to fix Gnome keyring startup config
-rw-r--r-- | bash/agents.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/agents.sh b/bash/agents.sh index 8b33b6a..8d7f397 100644 --- a/bash/agents.sh +++ b/bash/agents.sh @@ -5,6 +5,7 @@ eval "$(thefuck --alias f)" export GPG_TTY=$(tty) if [ -n "$DESKTOP_SESSION" ];then + eval $(gnome-keyring-daemon) eval $(gnome-keyring-daemon --start) export SSH_AUTH_SOCK fi |