aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtools/init/sync.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh
index e594a3f..d582514 100755
--- a/tools/init/sync.sh
+++ b/tools/init/sync.sh
@@ -6,6 +6,7 @@ sync() {
6 cd $1 && git pull --quiet || echo in `pwd` >/dev/tty & 6 cd $1 && git pull --quiet || echo in `pwd` >/dev/tty &
7} 7}
8sync $SETTING_DIR 8sync $SETTING_DIR
9sync ~/blog
9sync ~/vimwiki 10sync ~/vimwiki
10sync ~/.task 11sync ~/.task
11sync ~/.password-store 12sync ~/.password-store