From 39bafbbf46029bf619fa0a35575453a782ff0a3b Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 10 Oct 2018 16:24:35 -0500 Subject: [PATCH] Submodules: Update --- .profile | 4 +++- .vim/bundle/vim-closetag | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index 75892bd6..741d955d 100755 --- a/.profile +++ b/.profile @@ -50,7 +50,9 @@ fi # Alias for the dotfile setup if [ -d "$HOME/.dotfiles" ]; then - alias dot='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' + dotcmd='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' + alias dot="$dotcmd" + alias dotupdate="$dotcmd submodule update --recursive --remote && $dotcmd pull && $dotcmd commit -am \"Submodules: Update\"" fi # Aliases for common utilities diff --git a/.vim/bundle/vim-closetag b/.vim/bundle/vim-closetag index 17367f43..8c71d524 160000 --- a/.vim/bundle/vim-closetag +++ b/.vim/bundle/vim-closetag @@ -1 +1 @@ -Subproject commit 17367f433e095a66a8a885ab628033ce2a635aa1 +Subproject commit 8c71d524d98be4f3c6c1e4ff6ddf6b9f422220bb