From 1511fdaf7013fc81435968aeb9f6667c94d0d746 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 15 Jan 2018 01:24:46 +0000 Subject: [PATCH] etc/profile.d/git.sh --- etc/profile.d/git.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index 363b8717..5bd260c6 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -1,10 +1,8 @@ #-------------------------------------------------------------------------------- # Git -# +#. [ -z "$GIT_REPO" ] && GIT_REPO='git@git.nbdom.net' which git > /dev/null || return 0 -# NB 24.10.17: TODEL -unset -f git_create_branch 2>&1 | true alias git_grep="git grep --color=auto" alias git_ls_tree="git ls-tree --full-tree -r HEAD" -- 2.47.3