diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-23 18:36:11 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-23 18:36:11 +0100 |
commit | 42259cc2df83fdf59e6b980af18dbf1264173ad8 (patch) | |
tree | 5fcf74225037c695f46633f0a2eb49e6101d370a /zsh/profile-leeloo | |
parent | 12d8392fe603941d275aeb86efeac2900680503a (diff) | |
download | dotfiles-42259cc2df83fdf59e6b980af18dbf1264173ad8.tar.xz |
zsh/profile-leeloo: Don’t use gnome-keyring
Some issues with gpg 2.1... Let’s see if it’s fixed eventually
Diffstat (limited to 'zsh/profile-leeloo')
-rw-r--r-- | zsh/profile-leeloo | 2 |
1 files changed, 0 insertions, 2 deletions
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) |