Remove GIT_AUTHOR_* env vars

They were slowing down the startup process of terminals, and git falls
back on what's in the git config files if these env vars are not set.
This commit is contained in:
2018-07-19 21:04:22 +01:00
parent 97777d380b
commit 191f7efa1a

View File

@@ -2,10 +2,6 @@
# Git
#
# Author name
export GIT_AUTHOR_NAME="`git config --global user.name`"
export GIT_AUTHOR_EMAIL="`git config --global user.email`"
# Aliases
alias g="git"
alias gi="git"