diff options
-rwxr-xr-x | bin/init/load-settings.sh | 2 |
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 |
19 | source $SETTING_DIR/alias | 19 | source $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 |
23 | find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done | 23 | find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done |
24 | 24 | ||