From c29c64e6ad3194ba7ee1a6784da6f436e03f0e76 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 19 Jan 2022 16:19:09 +0800 Subject: update --- tools/init/load-settings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh index abc9a50..68844c1 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh @@ -3,7 +3,7 @@ export EDITOR=vim # load custom aliases source $SETTING_DIR/alias -[[ -d $SETTING_DIR/private ]] && source $SETTING_DIR/private/* +[[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done # Config shell shell=$(cat /proc/$$/cmdline | tr -d '\0') -- cgit v1.2.3-70-g09d2