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 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 & | ||