1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[bash] environment: GIT_AUTHOR_EMAIL

This commit is contained in:
Hyacinthe Cartiaux 2019-08-05 15:08:26 +02:00
parent e88abc2949
commit e759ea2ad9

View file

@ -102,7 +102,7 @@ fi
export CVS_RSH='ssh'
export GIT_AUTHOR='Hyacinthe Cartiaux'
export GIT_AUTHOR_EMAIL='Hyacinthe.Cartiaux@uni.lu'
export GIT_AUTHOR_EMAIL='hyacinthe.cartiaux@free.fr'
export GIT_COMMITER=$GIT_AUTHOR
export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL