]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: Fold long line
authorOleg Broytman <phd@phdru.name>
Thu, 26 Sep 2019 06:22:52 +0000 (09:22 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 26 Sep 2019 06:22:52 +0000 (09:22 +0300)
.shellrc

index 6673fe450ad318b3907ec85fe0f732747f5a40e5..8e0f9292a8a68963a4e3eb836c44c77e0458cefb 100644 (file)
--- 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