summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/80_git
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshenv/80_git')
-rw-r--r--.zsh/zshenv/80_git13
1 files changed, 0 insertions, 13 deletions
diff --git a/.zsh/zshenv/80_git b/.zsh/zshenv/80_git
deleted file mode 100644
index 0710477..0000000
--- a/.zsh/zshenv/80_git
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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