mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user