Mercurial > hg > zsh-env
changeset 72:42efae6b3fe2
source the keychain gpg file separately
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 08 Jul 2015 16:37:26 +0200 |
parents | fdc372a00e4d |
children | a48ea5d61dee |
files | zshrc-gentoo |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-gentoo Fri Jun 19 07:25:59 2015 +0200 +++ b/zshrc-gentoo Wed Jul 08 16:37:26 2015 +0200 @@ -5,8 +5,11 @@ # keychain setup: authenticate to remote hosts only once local keychain_init_file=$HOME/.keychain/${HOST}-sh if [ -r ${keychain_init_file} ]; then + . ${keychain_init_file} +fi +keychain_init_file=$HOME/.keychain/${HOST}-sh-gpg +if [ -r ${keychain_init_file} ]; then . ${keychain_init_file} - . ${keychain_init_file}-gpg fi # custom environment variables