diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-17 23:38:54 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-17 23:38:54 +0800 |
commit | 5cf916480f3a1a65a2e5be4e47839fa91998e719 (patch) | |
tree | c5e5f7f8d33a3a3a28c3d38d9de7158f3165248d /tools/init/load-settings.sh | |
parent | 967993a83672b28cc73ba5889b141f9f2060a317 (diff) |
Update
Diffstat (limited to 'tools/init/load-settings.sh')
-rwxr-xr-x | tools/init/load-settings.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh index d45a1c0..8ebd958 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
@@ -37,7 +37,7 @@ xargs realpath | xargs -I{} ln -sf {} $BIN_DIR | |||
37 | MAIL=$HOME/Maildir | 37 | MAIL=$HOME/Maildir |
38 | 38 | ||
39 | # sync with important git repos | 39 | # sync with important git repos |
40 | sync.sh | 40 | (sync.sh &) |
41 | 41 | ||
42 | # local | 42 | # local |
43 | PATH=$PATH:$HOME/.local/bin | 43 | PATH=$PATH:$HOME/.local/bin |