diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-02 11:00:08 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-02 11:00:08 +0800 |
commit | d9466664eb5e2e9ab0497c40e4cd8c0f26b1cff8 (patch) | |
tree | ace4c910dd888f641286e7302f52119afb2d004e /bin/init/load-settings.sh | |
parent | 29b5d9481779a05cde5fe71fdddcf25c3b2e911a (diff) |
Update
Diffstat (limited to 'bin/init/load-settings.sh')
-rwxr-xr-x | bin/init/load-settings.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/init/load-settings.sh b/bin/init/load-settings.sh index 960f407..d3e092b 100755 --- a/bin/init/load-settings.sh +++ b/bin/init/load-settings.sh | |||
@@ -17,6 +17,8 @@ export shell=${shell##*/} | |||
17 | 17 | ||
18 | # load custom aliases | 18 | # load custom aliases |
19 | source $SETTING_DIR/alias | 19 | source $SETTING_DIR/alias |
20 | |||
21 | # sourcr rc files | ||
20 | [[ -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 |
21 | 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 |
22 | 24 | ||