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

Merge branch 'keychain-error' into 'master'

Delete unused gpg support

Closes #1

See merge request allworldit/awit-zsh-superawesome!1
parents 1ae2648d 856a6678
No related branches found
No related tags found
No related merge requests found
# 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