summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-01-25 15:22:43 +0100
committerTobias Klauser <tklauser@distanz.ch>2013-01-25 15:22:43 +0100
commit4c84a05b86323eaf3f48451902cc1fa27632d506 (patch)
treef9cf44f0f539a9d6889725abc03a463c30426263
parent629227564af69610ef90046593f20e8d8ffe8b3f (diff)
zshenv: Remove duplicate git envvar setting
-rw-r--r--.zsh/zshenv/60_git2
-rw-r--r--.zsh/zshenv/80_git13
2 files changed, 1 insertions, 14 deletions
diff --git a/.zsh/zshenv/60_git b/.zsh/zshenv/60_git
index 09a3084..bd9a855 100644
--- a/.zsh/zshenv/60_git
+++ b/.zsh/zshenv/60_git
@@ -2,7 +2,7 @@
#
# git environment variables
#
-# Copyright © 2012 Tobias Klauser <tklauser@distanz.ch>
+# Copyright © 2010-2012 Tobias Klauser <tklauser@distanz.ch>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git
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