From: Nicolas Boisselier Date: Mon, 15 Jan 2018 01:22:59 +0000 (+0000) Subject: etc/profile.d/git.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=bdd34437dacea22fa3b759951efce2bee333e57e;p=nb.git etc/profile.d/git.sh --- diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index 6156a3ee..b90736ec 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -1,6 +1,6 @@ #-------------------------------------------------------------------------------- # Git -# +# . [ -z "$GIT_REPO" ] && GIT_REPO='git@git.nbdom.net' which git > /dev/null || return 0 # NB 24.10.17: TODEL