This commit is contained in:
hjp 2009-09-15 13:26:14 +00:00
parent 24d5f80eed
commit bbebe87ab8
1 changed files with 11 additions and 0 deletions

11
.zshenv
View File

@ -273,3 +273,14 @@ case "$FQDN" in
;;
esac
case "$FQDN" in
algernon.wsr.ac.at)
export PGHOST=$FQDN
export PGUSER=fiw
;;
pashkan.wsr.ac.at)
export PGHOST=$FQDN
export PGUSER=fiw
;;
esac