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

Start gpg and ssh agents

parent 53ba8cb0
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Use keychain if installed # Use keychain if installed
if [ -x /usr/bin/keychain ] if [ -x /usr/bin/keychain ]
then then
eval `keychain --confirm --clear --noask --timeout 15 --eval --systemd others --quiet --inherit any` eval `keychain --confirm --clear --noask --timeout 15 --eval --systemd others --quiet --inherit local-once --agents gpg,ssh`
echo "zsh: Using keychain (15 min timeout, explicit confirmation)" echo "zsh: Using keychain (15 min timeout, explicit confirmation)"
fi 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