diff --git a/.profile b/.profile index 52550b25..9f2cdb90 100755 --- a/.profile +++ b/.profile @@ -53,6 +53,8 @@ if [ -d "$HOME/.dotfiles" ]; then dotcmd='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' alias dot="$dotcmd" alias dotupdate="\ + printf 'Pulling...\n'; \ + $dotcmd pull printf 'Updating submodules...\n'; \ $dotcmd submodule update --init; \ printf 'Checking out masters...\n'; \