From: Vincent Le Gallic Date: Sat, 5 Apr 2014 21:22:26 +0000 (+0200) Subject: [.bashrc] GIT_* : better use $(git config) X-Git-Url: http://gitweb.pimeys.fr/?p=config-20-100.git;a=commitdiff_plain;h=48944ca7ef3b7eebae4ea7dccfeecef225d156e9 [.bashrc] GIT_* : better use $(git config) --- diff --git a/.bashrc b/.bashrc index faa6b2d..1a60625 100644 --- a/.bashrc +++ b/.bashrc @@ -342,8 +342,8 @@ PATH=~/bin:$PATH:/sbin:/usr/sbin #~# # vous avez besoin de commiter en tant que root *et* que votre #~# # /etc/sudoers contient bien la directive #~# # Defaults env_keep += "" -#~# GIT_AUTHOR_NAME="Prénom Nom" -#~# GIT_AUTHOR_EMAIL="mail@domain.com" +#~# GIT_AUTHOR_NAME=$(git config user.name) +#~# GIT_AUTHOR_EMAIL=$(git config user.email) # +----------+ # | Sourcing |