Skip to content
Snippets Groups Projects
46-keychain.zsh 260 B
Newer Older

# Use keychain if installed
if [ -x /usr/bin/keychain ]
then
Nigel Kukard's avatar
Nigel Kukard committed
	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)"
fi