From d9466664eb5e2e9ab0497c40e4cd8c0f26b1cff8 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 2 May 2023 11:00:08 +0800 Subject: Update --- bin/init/load-settings.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/init/load-settings.sh') 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##*/} # load custom aliases source $SETTING_DIR/alias + +# sourcr rc files [[ -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