diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-17 20:17:12 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-17 20:17:36 +0800 |
commit | 226934ccea06ac5ea87b394d42080885eee23a7f (patch) | |
tree | f6ff9ec1bc734377441532fd62601406af21a3e5 /tools | |
parent | 39542e5d4fa8a20ac1c0c6ff1acc3f98b9aa658a (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 af75cc4..d45a1c0 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-256color | ||
3 | 4 | ||
4 | # load custom aliases | 5 | # load custom aliases |
5 | source $SETTING_DIR/alias | 6 | source $SETTING_DIR/alias |