From: Oleg Broytman Date: Tue, 5 Nov 2019 01:41:50 +0000 (+0300) Subject: .shellrc: Add comment X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=3c555a44022fd52fa8bbdd629fcfbff222ed800e .shellrc: Add comment --- 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