summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/80_git
blob: 07104772ba58c347727dba7e1967d8e83b862f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# zshenv/80_git
#
# Set variables related to git
#
# Copyright © 2010 Tobias Klauser <tklauser@distanz.ch>
# 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