From a76a465cd6e1a1e18a62a084249e992bbd16e4e9 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 30 Oct 2018 14:23:15 -0500 Subject: [PATCH] .profile: Pull in dotupdate --- .profile | 2 ++ 1 file changed, 2 insertions(+) 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'; \