Skip to content
Snippets Groups Projects
Commit 86f01047 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Merge branch 'keychain-error-fix' into 'master'

Delete unused gpg support again

See merge request allworldit/awit-zsh-superawesome!4
parents 5bc56cd9 3150e45a
No related branches found
Tags v0.1.6
1 merge request!4Delete unused gpg support again
# Use keychain if installed
if [ -x /usr/bin/keychain ]
then
eval `keychain --confirm --clear --noask --timeout 15 --eval --systemd --stop others --quiet --inherit local-once --agents gpg,ssh`
eval `keychain --confirm --clear --noask --timeout 15 --eval --systemd --stop others --quiet --inherit local-once --agents ssh`
echo "zsh: Using keychain (15 min timeout, explicit confirmation)"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment