set PERL5LIB and PATH to FIW stuff

This commit is contained in:
hjp 2008-07-21 13:11:53 +00:00
parent cf1ce29c54
commit 0ffbdfc8db
1 changed files with 13 additions and 0 deletions

13
.zshenv
View File

@ -260,3 +260,16 @@ case "$FQDN" in
;;
esac
case "$FQDN" in
tanstaafl.wsr.ac.at)
export PERL5LIB=/home/hjp/wrk/wzrp-tng/import/wiiw/lib:/usr/local/www/offline/devel.fiw/lib/perl5
PATH=`apppath /usr/local/www/offline/devel.fiw/bin`
;;
shalmaneser.wsr.ac.at)
export PERL5LIB=/usr/local/www/offline/dal.fiw/lib/perl5
PATH=`apppath /usr/local/www/offline/dal.fiw/bin`
;;
pashkan.wsr.ac.at)
;;
esac