aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sync.sh')
-rwxr-xr-xscripts/sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh
index 665acba..fa37fee 100755
--- a/scripts/sync.sh
+++ b/scripts/sync.sh
@@ -3,7 +3,7 @@
3DIR="$(cd "$(dirname "$0")" && pwd)" 3DIR="$(cd "$(dirname "$0")" && pwd)"
4source $DIR/check_upstream.sh 4source $DIR/check_upstream.sh
5 5
6cd ~/git/settings && git pull --quiet & 6cd $SETTING_DIR && git pull --quiet &
7cd ~/vimwiki && git pull --quiet & 7cd ~/vimwiki && git pull --quiet &
8check_upstream ~/git/tig & 8check_upstream ~/git/tig &
9check_upstream ~/.vim_runtime & 9check_upstream ~/.vim_runtime &