Skip to content
Snippets Groups Projects
46-keychain.zsh 236 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 any`
	echo "zsh: Using keychain (15 min timeout, explicit confirmation)"
fi