From: Nicolas Boisselier Date: Tue, 13 Sep 2016 08:54:31 +0000 (+0200) Subject: igt.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=e8b1ef8cb32218815df141f2caf7f1dc4df5d344;p=nb.git igt.sh --- diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index 08120015..cbd8aec7 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -1,7 +1,7 @@ #-------------------------------------------------------------------------------- # Git # -[ -z "GIT_REPO" ] && GIT_REPO='git@git.nbdom.net' +[ -z "$GIT_REPO" ] && GIT_REPO='git@git.nbdom.net' alias git_grep="git grep --color=auto" alias git_ls_tree="git ls-tree --full-tree -r HEAD"