view zshrc-xanthippe @ 68:ade677b0fdbe

use zsh-autoenv instead of the bash oriented autoenv
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 29 May 2015 07:29:54 +0200
parents b2d78d66fa8c
children 9222611c7a2e
line wrap: on
line source

#
# zshrc for xanthippe
#

. ${HOME}/.zsh-env/zshrc-jdk
. ${HOME}/.zsh-env/zshrc-maven
. ${HOME}/.zsh-env/zshrc-bindkey

GPG_AGENT_FILE="${HOME}/.gnupg/.gpg-agent-info"
if [ -f "${GPG_AGENT_FILE}" ]; then
    . "${GPG_AGENT_FILE}"
    export GPG_AGENT_INFO
fi

export GPG_TTY=`tty`
export PATH="$HOME/bin:${PATH}"