minor changes

This commit is contained in:
pika 2024-05-23 20:59:48 +02:00
parent a388f755eb
commit 5cf2be6ce3

View file

@ -7,6 +7,7 @@ set dir $PWD
function gsa function gsa
echo "-- these are the current submodules --" echo "-- these are the current submodules --"
if command -v rg >/dev/null 2>&1 if command -v rg >/dev/null 2>&1
echo "-- for $dir --"
rg -i submodule (echo $dir/.gitmodules) rg -i submodule (echo $dir/.gitmodules)
end end