view zshrc-xanthippe @ 14:44cb360e19b6

set GPG_TTY env var
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 03 Dec 2011 10:43:51 +0100
parents cf017347e8bf
children 623fa595e0d6
line wrap: on
line source

#
# zshrc for cassiopeia
#

. $HOME/.zsh-env/zshrc-jdk
. $HOME/.zsh-env/zshrc-maven

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