aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-08-16 22:07:35 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-08-16 22:07:35 +0800
commitd13b61f6c8cc17a4f89c9238fdaa5c59d11b46ae (patch)
tree10d11ee864cc574979a8b77c2917ee7fa3780119
parentb7967d244356a288999e28a3fa29647be6c3e64b (diff)
Update
-rwxr-xr-xbin/init/load-settings.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/init/load-settings.sh b/bin/init/load-settings.sh
index f82bc88..78681aa 100755
--- a/bin/init/load-settings.sh
+++ b/bin/init/load-settings.sh
@@ -18,7 +18,7 @@ export shell=${shell##*/}
18# load custom aliases 18# load custom aliases
19source $SETTING_DIR/alias 19source $SETTING_DIR/alias
20 20
21# sourcr rc files 21# sourcr rc files in private/ and bin/
22[[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done 22[[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done
23find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done 23find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done
24 24