diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-08-11 11:49:15 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-08-11 11:49:19 +0800 |
commit | 5b7175e41c8ee9fc31354a530f26eeb11ec3a509 (patch) | |
tree | 4f0d09d51c79601b5e1197de389cc467699dcb94 /tools | |
parent | 611468e0d94494d771d5c16e8789306466c4a4f6 (diff) |
Update
Diffstat (limited to 'tools')
-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 cd5b6bb..3047416 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
@@ -24,7 +24,7 @@ xargs -I{} ln -sf {} $BIN_DIR | |||
24 | MAIL=$HOME/Maildir | 24 | MAIL=$HOME/Maildir |
25 | 25 | ||
26 | # sync with important git repos | 26 | # sync with important git repos |
27 | (sync.sh &) | 27 | setsid sync.sh |
28 | 28 | ||
29 | # local | 29 | # local |
30 | PATH=$PATH:$HOME/.local/bin | 30 | PATH=$PATH:$HOME/.local/bin |