aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-05-26 22:32:23 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-05-26 22:32:23 +0800
commitcbfe5fe7130de8fa9383e80cb883dc3a5b8c52ef (patch)
tree2b46c8d2fa0703e39b774eb722a93b838e7bd2a0 /tools
parentc2fc9bb2c39d984bde4e209b28b400d0df0d9a12 (diff)
Update
Diffstat (limited to 'tools')
-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 349ca77..47bd9c4 100755
--- a/tools/init/sync.sh
+++ b/tools/init/sync.sh
@@ -14,6 +14,7 @@ sync ~/vimwiki &
14sync ~/.task & 14sync ~/.task &
15sync ~/.password-store & 15sync ~/.password-store &
16sync ~/.vim_runtime & 16sync ~/.vim_runtime &
17sync ~/bean &
17 18
18while true; do 19while true; do
19 if test $(jobs -r | wc -l) -gt 0; then 20 if test $(jobs -r | wc -l) -gt 0; then