# zshenv/80_git # # Set variables related to git # # Copyright © 2010 Tobias Klauser # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git export GIT_AUTHOR_EMAIL='tklauser@distanz.ch' export GIT_COMMITTER_EMAIL='tklauser@distanz.ch' # vim:ft=zsh