aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
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 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 &