diff --git a/config.fish b/config.fish index 7e4e13a..f211b1a 100644 --- a/config.fish +++ b/config.fish @@ -161,7 +161,7 @@ if command -v git >/dev/null 2>&1 alias gc='git clone --recurse-submodule' alias ga='git add' alias gp='git pull --recurse-submodule' - alias gsu='git submodule foreach git pull && git add . && git commit -m "⬇️ updated 📌 submodules" && git push' + alias gsu='git submodule foreach git pull && git add . && git commit -m " updated 📌submodules" && echo "-- Committed changes, pushing now.." && sleep 2 && git push' alias gcm='git commit -m' alias gpu='git push --recurse-submodule=on-demand' end