diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-01-19 16:19:09 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-01-19 16:19:09 +0800 |
commit | c29c64e6ad3194ba7ee1a6784da6f436e03f0e76 (patch) | |
tree | 4ad58549da87edc9358d16950d3e722871160f2f /tools | |
parent | f9fac8c7e153ed5417b31b126da781b4f738c7bf (diff) |
update
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/init/load-settings.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
3 | 3 | ||
4 | # load custom aliases | 4 | # load custom aliases |
5 | source $SETTING_DIR/alias | 5 | source $SETTING_DIR/alias |
6 | [[ -d $SETTING_DIR/private ]] && source $SETTING_DIR/private/* | 6 | [[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done |
7 | 7 | ||
8 | # Config shell | 8 | # Config shell |
9 | shell=$(cat /proc/$$/cmdline | tr -d '\0') | 9 | shell=$(cat /proc/$$/cmdline | tr -d '\0') |