From: Ian Kelling Date: Sat, 7 Sep 2019 19:24:20 +0000 (-0400) Subject: minor fix X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=1a9542b37443a84e55e175db8ddef4e99f434fb5 minor fix --- diff --git a/brc b/brc index 6ea6aad..41d7d8a 100644 --- a/brc +++ b/brc @@ -1043,7 +1043,7 @@ rg() { hstatus() { # do git status on published repos - cd /a/bin/githtml + c /a/bin/githtml for x in *; do cd $(readlink -f $x)/.. status=$(i status -s) || pwd