confpub/update-scripts/update-vim.sh

10 lines
118 B
Bash
Executable File

#!/bin/bash
set -eEuxo pipefail
cd ~/.vim/pack/git
git submodule update --remote
git commit -m "automagic update"