aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/sync.sh
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-10-14 17:48:48 +0800
committertypebrook <typebrook@gmail.com>2019-10-14 17:48:48 +0800
commitcd49acb301200aff338b8bd05018ef8af19f552a (patch)
tree117c7ae7b23dbc858fa7139124fa3e919e0e5004 /scripts/sync.sh
parentae69fefb4b83cecf7b5cba928e64f761853edd83 (diff)
update
Diffstat (limited to 'scripts/sync.sh')
-rwxr-xr-xscripts/sync.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh
index 26abc22..665acba 100755
--- a/scripts/sync.sh
+++ b/scripts/sync.sh
@@ -5,5 +5,5 @@ source $DIR/check_upstream.sh
5 5
6cd ~/git/settings && git pull --quiet & 6cd ~/git/settings && git pull --quiet &
7cd ~/vimwiki && git pull --quiet & 7cd ~/vimwiki && git pull --quiet &
8check_upstream git/tig & 8check_upstream ~/git/tig &
9check_upstream .vim_runtime & 9check_upstream ~/.vim_runtime &