From: Nicolas Boisselier Date: Mon, 15 Jan 2018 01:25:07 +0000 (+0000) Subject: etc/profile.d/git.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=0a1c3f73947ee0c3e38c72fe4d0592dde01211c2;p=nb.git etc/profile.d/git.sh --- diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index 5bd260c6..c45b3e1c 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