Compare commits

..

No commits in common. "102889bd7bb0228e3eee00dc7dc589906b518f32" and "97e047b05fa23daa51fb5531cbfd7de673925a05" have entirely different histories.

1 changed files with 1 additions and 14 deletions

15
.zshenv
View File

@ -300,20 +300,7 @@ esac
case "$FQDN" in
*.wsr.ac.at)
if [ -z "$GIT_AUTHOR_EMAIL" ]
then
export GIT_AUTHOR_EMAIL="$LOGNAME@wsr.ac.at"
fi
;;
*.hjp.at)
if [ -z "$GIT_AUTHOR_EMAIL" ]
then
export GIT_AUTHOR_EMAIL="$LOGNAME@hjp.at"
fi
if [ -z "$GIT_AUTHOR_NAME" ]
then
export GIT_AUTHOR_NAME="Peter J. Holzer"
fi
export GIT_AUTHOR_EMAIL="$LOGNAME@wsr.ac.at"
;;
esac