diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-05 14:37:42 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-05 14:37:42 +0800 |
commit | 2b4bc30472064b0181fb56b63eb3dab3a1c8d19a (patch) | |
tree | 9e7ce7a5e72902357ab56923622e36ec85608323 | |
parent | 13e4cd409373a1ab9cc2f574c286582eef6cbe51 (diff) |
update
-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 af75cc4..a4a157d 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
@@ -1,5 +1,6 @@ | |||
1 | export SETTING_DIR=${SETTING_DIR:=$HOME/settings} | 1 | export SETTING_DIR=${SETTING_DIR:=$HOME/settings} |
2 | export EDITOR=vim | 2 | export EDITOR=vim |
3 | export TERM=xterm | ||
3 | 4 | ||
4 | # load custom aliases | 5 | # load custom aliases |
5 | source $SETTING_DIR/alias | 6 | source $SETTING_DIR/alias |