aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-10-03 09:57:34 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-10-03 09:57:34 +0800
commit45ff13f48cfa541dfe7e810d7ae5533eb299d866 (patch)
tree4ab81ad566e8ec73b3003f6b0b050a4f45e3f7ba
parent8a249baf760f592f20fad89662b6913b5d4bc5d3 (diff)
update
-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 00ed4b8..54e64d6 100755
--- a/tools/init/sync.sh
+++ b/tools/init/sync.sh
@@ -9,3 +9,4 @@ fi
9# others repo 9# others repo
10check_upstream ~/git/tig || echo in `pwd` > /dev/tty & 10check_upstream ~/git/tig || echo in `pwd` > /dev/tty &
11check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty & 11check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty &
12check_upstream ~/.task || echo in `pwd` > /dev/tty &