aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-08-11 11:49:15 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-08-11 11:49:19 +0800
commit5b7175e41c8ee9fc31354a530f26eeb11ec3a509 (patch)
tree4f0d09d51c79601b5e1197de389cc467699dcb94 /tools
parent611468e0d94494d771d5c16e8789306466c4a4f6 (diff)
Update
Diffstat (limited to 'tools')
-rwxr-xr-xtools/init/load-settings.sh2
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
24MAIL=$HOME/Maildir 24MAIL=$HOME/Maildir
25 25
26# sync with important git repos 26# sync with important git repos
27(sync.sh &) 27setsid sync.sh
28 28
29# local 29# local
30PATH=$PATH:$HOME/.local/bin 30PATH=$PATH:$HOME/.local/bin