# 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 ssh`
	echo "[awit-zsh-superawesome] Using keychain (15 min timeout, explicit confirmation)"
fi