]> git.wh0rd.org - home.git/blob - .profile.d/keychain.sh
only source keychain files if they exist
[home.git] / .profile.d / keychain.sh
1 if type -P keychain >/dev/null ; then
2 [ -e ~/.keychain/vapier-sh ] && source ~/.keychain/vapier-sh
3 [ -e ~/.keychain/vapier-sh-gpg ] && source ~/.keychain/vapier-sh-gpg
4 fi