From 48944ca7ef3b7eebae4ea7dccfeecef225d156e9 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sat, 5 Apr 2014 23:22:26 +0200 Subject: [PATCH] [.bashrc] GIT_* : better use $(git config) --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 | -- 2.39.2