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