summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/80_git
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-03-09 18:45:08 +0100
committerTobias Klauser <klto@zhaw.ch>2010-03-09 18:45:08 +0100
commit212734d392269d060e01326978e6ef25e202c17f (patch)
tree4349e00284aa926ac709b6bab1c24c94ed9a1e55 /.zsh/zshenv/80_git
parent24a5fdbfe5c89248252b70b1103d92ea91f30e29 (diff)
Add zshenv setting some env variables
Diffstat (limited to '.zsh/zshenv/80_git')
-rw-r--r--.zsh/zshenv/80_git13
1 files changed, 13 insertions, 0 deletions
diff --git a/.zsh/zshenv/80_git b/.zsh/zshenv/80_git
new file mode 100644
index 0000000..0710477
--- /dev/null
+++ b/.zsh/zshenv/80_git
@@ -0,0 +1,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