diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-06 08:45:51 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-06 08:45:51 +0800 |
commit | feff9da066006c502c92da88f777e9585b1c0ea3 (patch) | |
tree | 7092fb5de8af5f9a2f354c9ca271c0243fda42b4 /tools/init/sync.sh | |
parent | 16bc954499be4782b3dfe3b8bcddbcd342a39747 (diff) |
update
Diffstat (limited to 'tools/init/sync.sh')
-rwxr-xr-x | tools/init/sync.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh index 8f23dbe..50e07f9 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
@@ -15,4 +15,6 @@ check_upstream ~/git/tig || echo in `pwd` >/dev/tty & | |||
15 | check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & | 15 | check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & |
16 | 16 | ||
17 | # thunderbird | 17 | # thunderbird |
18 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird/ & | 18 | if [[ `cat /etc/hostname` != 'vultr' ]]; then |
19 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird & | ||
20 | fi | ||