aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/init
diff options
context:
space:
mode:
Diffstat (limited to 'bin/init')
-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