diff options
Diffstat (limited to 'tools/init/sync.sh')
-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 349ca77..47bd9c4 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
@@ -14,6 +14,7 @@ sync ~/vimwiki & | |||
14 | sync ~/.task & | 14 | sync ~/.task & |
15 | sync ~/.password-store & | 15 | sync ~/.password-store & |
16 | sync ~/.vim_runtime & | 16 | sync ~/.vim_runtime & |
17 | sync ~/bean & | ||
17 | 18 | ||
18 | while true; do | 19 | while true; do |
19 | if test $(jobs -r | wc -l) -gt 0; then | 20 | if test $(jobs -r | wc -l) -gt 0; then |