From efce72e01c32a57458bbb0a5e186e7caba05dee3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 25 May 2013 11:22:10 -0700 Subject: [PATCH] Removed gitconfig setting from .exports. --- .exports | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.exports b/.exports index 88ebec14..e009adde 100644 --- a/.exports +++ b/.exports @@ -18,7 +18,4 @@ export LC_ALL="en_US.UTF-8" export LESS_TERMCAP_md="$ORANGE" # Don’t 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 \ No newline at end of file +export MANPAGER="less -X" \ No newline at end of file