diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-08-30 11:10:15 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-08-30 11:10:15 +0800 |
| commit | 7bf2edb1b21b57a0fc5704bfeaecfe6944a4eea4 (patch) | |
| tree | 0dfdaa1a0294fc156f5865f992b5966e763b8dd7 /tools | |
| parent | 643133169821baf9e5c2a5689044d555c95d7511 (diff) | |
update
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/init/load-settings.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh index a65e13f..f578a78 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
| @@ -1,6 +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 | 5 | ||
| 5 | # Config shell | 6 | # Config shell |
| 6 | if [[ $SHELL =~ zsh$ ]]; then | 7 | if [[ $SHELL =~ zsh$ ]]; then |