From 5cf2be6ce336b5faa79579db347c76183ec9fd84 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 23 May 2024 20:59:48 +0200 Subject: [PATCH] minor changes --- functions/git.fish | 1 + 1 file changed, 1 insertion(+) 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