From d13b61f6c8cc17a4f89c9238fdaa5c59d11b46ae Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 16 Aug 2023 22:07:35 +0800 Subject: Update --- bin/init/load-settings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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##*/} # load custom aliases source $SETTING_DIR/alias -# sourcr rc files +# sourcr rc files in private/ and bin/ [[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done -- cgit v1.2.3-70-g09d2