.profile: Update dotupdate again

I'm figuring out git submodule foreach, slowly but surely
This commit is contained in:
Salt 2018-10-10 16:36:43 -05:00
parent 0d388e6d1b
commit 271a1c8b80
1 changed files with 2 additions and 3 deletions

View File

@ -53,9 +53,8 @@ if [ -d "$HOME/.dotfiles" ]; then
dotcmd='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias dot="$dotcmd"
alias dotupdate="\
$dotcmd submodule -q foreach git checkout master && \
$dotcmd submodule -q foreach git pull && \
$dotcmd pull && \
printf 'Updating submodules...\n'; \
$dotcmd submodule -q foreach --recursive 'git checkout -q master && git pull' && \
$dotcmd status"
fi