From 42259cc2df83fdf59e6b980af18dbf1264173ad8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 23 Nov 2014 18:36:11 +0100 Subject: zsh/profile-leeloo: Don’t use gnome-keyring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some issues with gpg 2.1... Let’s see if it’s fixed eventually --- zsh/profile-leeloo | 2 -- 1 file changed, 2 deletions(-) (limited to 'zsh') diff --git a/zsh/profile-leeloo b/zsh/profile-leeloo index 96d23b3..f1e8ae5 100644 --- a/zsh/profile-leeloo +++ b/zsh/profile-leeloo @@ -4,8 +4,6 @@ if (( UID )); then export PERL5LIB="$HOME"/misc/grawity/code/lib/perl5"${PERL5LIB+:}$PERL5LIB"; source <(perl -Mlocal::lib="$HOME"/.local) - export GPG_AGENT_INFO=/run/user/"$UID"/keyring/gpg:0:1 - function { local envfile="$XDG_RUNTIME_DIR"/ssh-agent.env local pid=$(awk -F'[=;]' 'FNR == 2 {print $2}' "$envfile" 2>/dev/null) -- cgit v1.2.3-54-g00ecf