diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-03 09:57:34 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-03 09:57:34 +0800 |
commit | 45ff13f48cfa541dfe7e810d7ae5533eb299d866 (patch) | |
tree | 4ab81ad566e8ec73b3003f6b0b050a4f45e3f7ba | |
parent | 8a249baf760f592f20fad89662b6913b5d4bc5d3 (diff) |
update
-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 00ed4b8..54e64d6 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
@@ -9,3 +9,4 @@ fi | |||
9 | # others repo | 9 | # others repo |
10 | check_upstream ~/git/tig || echo in `pwd` > /dev/tty & | 10 | check_upstream ~/git/tig || echo in `pwd` > /dev/tty & |
11 | check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty & | 11 | check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty & |
12 | check_upstream ~/.task || echo in `pwd` > /dev/tty & | ||