diff --git a/functions/git.fish b/functions/git.fish index 0ba541e..ab44e35 100644 --- a/functions/git.fish +++ b/functions/git.fish @@ -13,7 +13,7 @@ function gsa read -l -S path echo "-- enter a name for the submodule --" - read -l -S name + read -l name # ─< Ask the user for confirmation if the constructed command looks correct >─────────────── echo "git submodule add --branch $branch --name $name $repo $path"