From a8ab0f35046220a1051a3fb94b1719dc1e62c8f7 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sat, 3 Oct 2020 16:35:24 +0800 Subject: update --- tools/init/sync.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/init/sync.sh b/tools/init/sync.sh index 54e64d6..81b95ab 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh @@ -1,12 +1,10 @@ #!/bin/bash # my repo -cd $SETTING_DIR && git pull --quiet || echo in `pwd` > /dev/tty & -if [ -d ~/vimwiki ]; then - cd ~/vimwiki && git pull --quiet || echo in `pwd` > /dev/tty & -fi +sync $SETTING_DIR +sync ~/vimwiki +sync ~/.task # others repo check_upstream ~/git/tig || echo in `pwd` > /dev/tty & check_upstream ~/.vim_runtime || echo in `pwd` > /dev/tty & -check_upstream ~/.task || echo in `pwd` > /dev/tty & -- cgit v1.2.3-70-g09d2