Added git user email settings.

This commit is contained in:
Ivan Malison 2013-03-19 03:31:29 -07:00
parent efcb1f8c69
commit 5c7b47da13

View File

@ -17,4 +17,7 @@ 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"
export MANPAGER="less -X"
git config --global user.name "Ivan Malison"
git config --global user.email IvanMalison@gmail.com