aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-04-05 15:54:31 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-04-05 15:54:31 +0800
commit19a2bcce6c5d87610fa80376990a0eebb46c0874 (patch)
treef4e1bb66d66562230c1c109d8fee0910435dd506
parent88444f408c4210495246bb2a6d30c41844162b31 (diff)
update
-rwxr-xr-xtools/init/sync.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh
index ade8f00..fceb39c 100755
--- a/tools/init/sync.sh
+++ b/tools/init/sync.sh
@@ -13,8 +13,3 @@ sync ~/.password-store
13# others repo 13# others repo
14check_upstream ~/git/tig || echo in `pwd` >/dev/tty & 14check_upstream ~/git/tig || echo in `pwd` >/dev/tty &
15check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & 15check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty &
16
17# rsync
18if [[ `cat /etc/hostname` != 'vultr' ]]; then
19 rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird &
20fi