diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-08-16 22:07:35 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-08-16 22:07:35 +0800 |
| commit | d13b61f6c8cc17a4f89c9238fdaa5c59d11b46ae (patch) | |
| tree | 10d11ee864cc574979a8b77c2917ee7fa3780119 | |
| parent | b7967d244356a288999e28a3fa29647be6c3e64b (diff) | |
Update
| -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 | ||