Added git user email settings.
This commit is contained in:
parent
efcb1f8c69
commit
5c7b47da13
3
.exports
3
.exports
@ -18,3 +18,6 @@ export LESS_TERMCAP_md="$ORANGE"
|
|||||||
|
|
||||||
# Don’t clear the screen after quitting a manual page
|
# Don’t 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
|
||||||
|
Loading…
Reference in New Issue
Block a user