diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-08-30 23:15:35 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-08-30 23:15:35 +0800 |
commit | e0cc4affe24895c38c96d7be17637c5998011bee (patch) | |
tree | 92d203534973011a29603fefbbe46472fc5fc8d1 | |
parent | 7bf2edb1b21b57a0fc5704bfeaecfe6944a4eea4 (diff) |
update
-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 f578a78..c1a0578 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
@@ -1,7 +1,7 @@ | |||
1 | # load custom aliases | 1 | # load custom aliases |
2 | export SETTING_DIR=${SETTING_DIR:=$HOME/settings} | 2 | export SETTING_DIR=${SETTING_DIR:=$HOME/settings} |
3 | source $SETTING_DIR/alias | 3 | source $SETTING_DIR/alias |
4 | source $SETTING_DIR/private/* | 4 | [[ -d $SETTING_DIR/private ]] && source $SETTING_DIR/private/* |
5 | 5 | ||
6 | # Config shell | 6 | # Config shell |
7 | if [[ $SHELL =~ zsh$ ]]; then | 7 | if [[ $SHELL =~ zsh$ ]]; then |