updatedots function.
This commit is contained in:
parent
d752f5f5c0
commit
dfa5853c3f
1 changed files with 6 additions and 0 deletions
|
@ -23,3 +23,9 @@ if [ $(command -v nvim) ]; then
|
||||||
else
|
else
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
function updatedots() {
|
||||||
|
wd dots
|
||||||
|
git pull
|
||||||
|
git submodule update -f
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue