diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-03-19 10:29:55 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-03-19 10:29:55 +0100 |
commit | a9047de2ff1a83385930008c5e7db162651ad973 (patch) | |
tree | e16ec37877d44da88df405cceafbf0beb161ed9a /.zsh/zshenv | |
parent | c0afc0624cdb26162fbe8ec23c23539ab9d10527 (diff) | |
parent | 04be6cf16a169bebaa3a79fbf76fb82f6cd1586d (diff) |
Merge branch 'master' of git+ssh://git.distanz.ch/home/tklauser/scm/dotfiles/zsh
Diffstat (limited to '.zsh/zshenv')
-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 |