Removed gitconfig setting from .exports.

This commit is contained in:
Ivan Malison 2013-05-25 11:22:10 -07:00
parent 83f2cfab8f
commit efce72e01c

View File

@ -18,7 +18,4 @@ export LC_ALL="en_US.UTF-8"
export LESS_TERMCAP_md="$ORANGE"
# Dont clear the screen after quitting a manual page
export MANPAGER="less -X"
git config --global user.name "Ivan Malison"
git config --global user.email IvanMalison@gmail.com
export MANPAGER="less -X"