From: Nicolas Boisselier Date: Mon, 15 Jan 2018 01:24:46 +0000 (+0000) Subject: etc/profile.d/git.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=1511fdaf7013fc81435968aeb9f6667c94d0d746;p=nb.git etc/profile.d/git.sh --- 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"