Skip to content
Snippets Groups Projects
46-keychain.zsh 280 B
Newer Older
# 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`
Nigel Kukard's avatar
Nigel Kukard committed
	echo "[awit-zsh-superawesome] Using keychain (15 min timeout, explicit confirmation)"