From f261f4733526e981568c282266e0f343e9e6f678 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sun, 13 Sep 2020 14:57:51 -0400 Subject: add gnome-keyring-daemon (ssh) plugin --- dot_zsh/plugins/gnome-keyring-daemon | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_zsh/plugins/gnome-keyring-daemon (limited to 'dot_zsh') diff --git a/dot_zsh/plugins/gnome-keyring-daemon b/dot_zsh/plugins/gnome-keyring-daemon new file mode 100644 index 0000000..e9c35c2 --- /dev/null +++ b/dot_zsh/plugins/gnome-keyring-daemon @@ -0,0 +1,5 @@ +#!/bin/zsh +(( $+commands[gnome-keyring-daemon] )) || return +if [[ -z $SSH_AUTH_SOCK ]]; then + export $(gnome-keyring-daemon -s) +fi -- cgit v1.2.3