diff options
Diffstat (limited to 'tools/init/sync.sh')
-rwxr-xr-x | tools/init/sync.sh | 5 |
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 |
14 | check_upstream ~/git/tig || echo in `pwd` >/dev/tty & | 14 | 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 | |||
17 | # rsync | ||
18 | if [[ `cat /etc/hostname` != 'vultr' ]]; then | ||
19 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird & | ||
20 | fi | ||