From e8b1ef8cb32218815df141f2caf7f1dc4df5d344 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 13 Sep 2016 10:54:31 +0200 Subject: [PATCH] igt.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 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" -- 2.47.3