diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-01-25 15:22:43 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-01-25 15:22:43 +0100 |
commit | 4c84a05b86323eaf3f48451902cc1fa27632d506 (patch) | |
tree | f9cf44f0f539a9d6889725abc03a463c30426263 /.zsh/zshenv/80_git | |
parent | 629227564af69610ef90046593f20e8d8ffe8b3f (diff) |
zshenv: Remove duplicate git envvar setting
Diffstat (limited to '.zsh/zshenv/80_git')
-rw-r--r-- | .zsh/zshenv/80_git | 13 |
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 |