comparison zshrc-gentoo @ 67:5af04798adef

source the gpg agent file, too
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 02 May 2015 02:44:00 +0200
parents bc9e88b0be4a
children 42efae6b3fe2
comparison
equal deleted inserted replaced
66:a77d0aad27ec 67:5af04798adef
4 4
5 # keychain setup: authenticate to remote hosts only once 5 # keychain setup: authenticate to remote hosts only once
6 local keychain_init_file=$HOME/.keychain/${HOST}-sh 6 local keychain_init_file=$HOME/.keychain/${HOST}-sh
7 if [ -r ${keychain_init_file} ]; then 7 if [ -r ${keychain_init_file} ]; then
8 . ${keychain_init_file} 8 . ${keychain_init_file}
9 . ${keychain_init_file}-gpg
9 fi 10 fi
10 11
11 # custom environment variables 12 # custom environment variables
12 export EDITOR=/usr/bin/nano 13 export EDITOR=/usr/bin/nano
13 export PATH="${PATH}":/opt/bin 14 export PATH="${PATH}":/opt/bin