diff options
-rw-r--r-- | .zsh/zshenv/60_git | 2 | ||||
-rw-r--r-- | .zsh/zshenv/80_git | 13 |
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 |