diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-09 09:07:17 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-09 09:07:17 +0800 |
| commit | 1ed2366d3085821e9e3c3c6a37c37ade42d37776 (patch) | |
| tree | c182c2c5efb07c0ea08b70626108cfd3d738d255 /tools/init | |
| parent | d556b733a5d3aba8a1c2b9b768dc49e96fe45eaa (diff) | |
Update
Diffstat (limited to 'tools/init')
| -rwxr-xr-x | tools/init/sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh index ddf0740..92670f1 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
| @@ -16,7 +16,7 @@ sync ~/blog & | |||
| 16 | sync ~/git/vps & | 16 | sync ~/git/vps & |
| 17 | sync ~/.task & | 17 | sync ~/.task & |
| 18 | sync ~/.password-store & | 18 | sync ~/.password-store & |
| 19 | sync ~/.vim_runtime & | 19 | sync ~/.vim-init & |
| 20 | sync ~/bean & | 20 | sync ~/bean & |
| 21 | 21 | ||
| 22 | while true; do | 22 | while true; do |