From 5c7b47da13f4db9deda03951bf6ce45aa749df3e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 Mar 2013 03:31:29 -0700 Subject: [PATCH] Added git user email settings. --- .exports | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.exports b/.exports index 41d53f35..89885664 100644 --- a/.exports +++ b/.exports @@ -17,4 +17,7 @@ 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" \ No newline at end of file +export MANPAGER="less -X" + +git config --global user.name "Ivan Malison" +git config --global user.email IvanMalison@gmail.com