From 3c555a44022fd52fa8bbdd629fcfbff222ed800e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 5 Nov 2019 04:41:50 +0300 Subject: [PATCH] .shellrc: Add comment --- .shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellrc b/.shellrc index a78a8e1..16102b4 100644 --- a/.shellrc +++ b/.shellrc @@ -221,7 +221,7 @@ if test -x /usr/bin/git >/dev/null 2>&1; then fi if [ -n "$remote" ] && git config --get remote.$remote.url | - grep -q '^\(file:/\|/\|\.\./\)'; then + grep -q '^\(file:/\|/\|\.\./\)'; then # (file:/ or / or ../ at the beginning) cdgitpath remote.$remote.url else -- 2.39.2