# zshenv/60_git # # git environment variables # # Copyright © 2010-2012 Tobias Klauser # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git export GIT_AUTHOR_NAME="Tobias Klauser" export GIT_AUTHOR_EMAIL="tklauser@distanz.ch" export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" # vim:ft=zsh