aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-04-22 19:04:15 -0300
committerEuAndreh <eu@euandre.org>2018-04-22 19:04:25 -0300
commit6aedea0f323fcf8f81931de34b43c01129273ad6 (patch)
treeb5c772b5d864f24bcf20eab142092d624cb07c95
parentUpdate new borg file (diff)
downloaddotfiles-6aedea0f323fcf8f81931de34b43c01129273ad6.tar.gz
dotfiles-6aedea0f323fcf8f81931de34b43c01129273ad6.tar.xz
Try to fix Gnome keyring startup config
-rw-r--r--bash/agents.sh1
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