updatedots function.

This commit is contained in:
Bartek Stalewski 2021-08-02 17:17:22 +02:00
parent d752f5f5c0
commit dfa5853c3f

View file

@ -23,3 +23,9 @@ if [ $(command -v nvim) ]; then
else
export EDITOR='vim'
fi
function updatedots() {
wd dots
git pull
git submodule update -f
}