From 212734d392269d060e01326978e6ef25e202c17f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 9 Mar 2010 18:45:08 +0100 Subject: Add zshenv setting some env variables --- .zsh/zshenv/80_git | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .zsh/zshenv/80_git (limited to '.zsh/zshenv/80_git') 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 +# 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 -- cgit v1.2.3-54-g00ecf