minor changes

This commit is contained in:
pika 2024-05-23 21:01:08 +02:00
parent 5cf2be6ce3
commit fcb160c10f

View file

@ -2,9 +2,9 @@
# │ Define function gsa (to ask the user which submodule to clone to which path and which name │ # │ Define function gsa (to ask the user which submodule to clone to which path and which name │
# ╰────────────────────────────────────────────────────────────────────────────────────────────╯ # ╰────────────────────────────────────────────────────────────────────────────────────────────╯
set dir $PWD
function gsa function gsa
set dir $PWD
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 --" echo "-- for $dir --"