diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-22 17:40:01 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-22 17:40:01 +0800 |
commit | c031a212a255a901124847ab65e37cf37d8e0c65 (patch) | |
tree | 14bd619c547dea9668c4886f33770cbfbaf40a7b | |
parent | bd0f6620c3ba5df977fabef172f729f4c037a8ff (diff) |
update
-rwxr-xr-x | tools/init/sync.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh index 50e07f9..bbcc088 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
@@ -15,6 +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 | if [[ `cat /etc/hostname` != 'vultr' ]]; then | 18 | #if [[ `cat /etc/hostname` != 'vultr' ]]; then |
19 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird & | 19 | # rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird & |
20 | fi | 20 | #fi |