From 0a1c3f73947ee0c3e38c72fe4d0592dde01211c2 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 15 Jan 2018 01:25:07 +0000 Subject: [PATCH] etc/profile.d/git.sh --- etc/profile.d/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3