diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-25 08:58:28 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-25 08:58:28 +0800 |
commit | d622972078762903a0698f07cfb7853174ddbd4a (patch) | |
tree | 24c3ac912fbd4a2fd449c3a46d0967b90356b49e /tools | |
parent | 8b71ad4628f3a492d0a70abb24960d5d1e45605a (diff) |
Update
Diffstat (limited to 'tools')
-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 92670f1..bcd7bed 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-init & | 19 | sync ~/.vim/vim-init & |
20 | sync ~/bean & | 20 | sync ~/bean & |
21 | 21 | ||
22 | while true; do | 22 | while true; do |