aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-01-05 13:40:03 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-01-05 13:40:03 +0800
commite30451ad4dbd999d5de21092587436f238b6ab98 (patch)
tree65317270988792d220745b834d395e17501428f4
parent8e34dce955b8017a692d9b530bd4ce10daee20c2 (diff)
update
-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