From: Oleg Broytman Date: Thu, 26 Sep 2019 06:22:52 +0000 (+0300) Subject: .shellrc: Fold long line X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=8c5aba677b6b6d5fe66a696f17e5dadec73b7099 .shellrc: Fold long line --- diff --git a/.shellrc b/.shellrc index 6673fe4..8e0f929 100644 --- a/.shellrc +++ b/.shellrc @@ -220,7 +220,8 @@ if test -x /usr/bin/git >/dev/null 2>&1; then remote="$1" fi - if [ -n "$remote" ] && git config --get remote.$remote.url | grep -q '^\(file:/\|/\|\.\./\)'; then + if [ -n "$remote" ] && git config --get remote.$remote.url | + grep -q '^\(file:/\|/\|\.\./\)'; then cdgitpath remote.$remote.url else