Set WZRP_CONN.

This commit is contained in:
hjp 2008-02-14 16:33:31 +00:00
parent be976991f5
commit 0f79e18f1f
1 changed files with 13 additions and 0 deletions

13
.zshenv
View File

@ -246,3 +246,16 @@ if [ -n "$ORACLE_HOME" ]
then
PATH=`apppath "$ORACLE_HOME/bin"`
fi
case "$FQDN" in
tanstaafl.wsr.ac.at)
export WZRP_CONN=~/.dbi/fiwdev
;;
shalmaneser.wsr.ac.at)
export WZRP_CONN=~/.dbi/fiwprod
;;
pashkan.wsr.ac.at)
export WZRP_CONN=~/.dbi/fiwprod
;;
esac