improve gSu

Change method to `update` instead of `foreach`.
This commit is contained in:
hidekuro 2021-05-17 17:44:02 +09:00
parent afb466c871
commit b3b7e0f2ce

View file

@ -253,7 +253,7 @@ if ! zstyle -t ':prezto:module:git:alias' skip 'yes'; then
alias gSl='git submodule status'
alias gSm='git-submodule-move'
alias gSs='git submodule sync'
alias gSu='git submodule foreach git pull'
alias gSu='git submodule update --remote --recursive'
alias gSx='git-submodule-remove'
# Tag (t)