From bd42e34c4055bc025844289efbad722372d8da9b Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 29 Aug 2022 15:30:57 +0800 Subject: Update --- tools/init/sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/init/sync.sh b/tools/init/sync.sh index c2d40bd..ddf0740 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh @@ -8,12 +8,12 @@ sync() { { cd $1 && [[ -n `git remote -v` ]] || return } 2>/dev/null - GIT_SSH_COMMAND="ssh -o ControlMaster=no" git pull --quiet || echo Has trouble when syncing `pwd` >/dev/tty + GIT_SSH_COMMAND="ssh -o ControlMaster=no" git pull --quiet || echo Has trouble when syncing `pwd` } sync $SETTING_DIR & +sync ~/log & sync ~/blog & sync ~/git/vps & -sync ~/vimwiki & sync ~/.task & sync ~/.password-store & sync ~/.vim_runtime & -- cgit v1.2.3-70-g09d2