diff --git a/functions/git.fish b/functions/git.fish index 6b4d1f5..7520e85 100644 --- a/functions/git.fish +++ b/functions/git.fish @@ -7,6 +7,7 @@ set dir $PWD function gsa echo "-- these are the current submodules --" if command -v rg >/dev/null 2>&1 + echo "-- for $dir --" rg -i submodule (echo $dir/.gitmodules) end