comparison zshrc-xanthippe @ 60:b2d78d66fa8c

include the gpg agent info file
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 09 Feb 2013 05:18:47 +0100
parents 2e9ab483d4bd
children 9222611c7a2e
comparison
equal deleted inserted replaced
33:2e9ab483d4bd 60:b2d78d66fa8c
1 # 1 #
2 # zshrc for xanthippe 2 # zshrc for xanthippe
3 # 3 #
4 4
5 . $HOME/.zsh-env/zshrc-jdk 5 . ${HOME}/.zsh-env/zshrc-jdk
6 . $HOME/.zsh-env/zshrc-maven 6 . ${HOME}/.zsh-env/zshrc-maven
7 . $HOME/.zsh-env/zshrc-bindkey 7 . ${HOME}/.zsh-env/zshrc-bindkey
8
9 GPG_AGENT_FILE="${HOME}/.gnupg/.gpg-agent-info"
10 if [ -f "${GPG_AGENT_FILE}" ]; then
11 . "${GPG_AGENT_FILE}"
12 export GPG_AGENT_INFO
13 fi
8 14
9 export GPG_TTY=`tty` 15 export GPG_TTY=`tty`
10 export PATH="$HOME/bin:${PATH}" 16 export PATH="$HOME/bin:${PATH}"