diff --git a/.profile b/.profile index 3a21ae32..3e4b7281 100755 --- a/.profile +++ b/.profile @@ -266,7 +266,7 @@ if [ -d "$HOME/.dotfiles" ]; then printf 'Pulling...\n' $dotcmd pull printf 'Updating submodules...\n' - $dotcmd submodule update --init --recursive --remote' + $dotcmd submodule update --init --recursive --remote $dotcmd status" alias dotupgrade="\ printf 'Pulling...\n'