diff options
-rwxr-xr-x | tools/init/sync.sh | 1 |
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 | } |
8 | sync $SETTING_DIR | 8 | sync $SETTING_DIR |
9 | sync ~/blog | ||
9 | sync ~/vimwiki | 10 | sync ~/vimwiki |
10 | sync ~/.task | 11 | sync ~/.task |
11 | sync ~/.password-store | 12 | sync ~/.password-store |