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