diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-12 23:37:19 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-12 23:37:19 +0800 |
commit | 29ee36b708cb89ba8a91b39bc17ba6442c25c392 (patch) | |
tree | fc5ce67ce503d86468d0b47e77e3d8ce358d6ec4 /tools/init | |
parent | b6e40bb0bd42d0d9ec757d6e0c38a03898bb248e (diff) |
Update
Diffstat (limited to 'tools/init')
-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 c87c5c6..cf28b75 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | export SETTING_DIR=${SETTING_DIR:=$HOME/settings} | 1 | export SETTING_DIR=${SETTING_DIR:=$HOME/helper} |
2 | export EDITOR=vim | 2 | export EDITOR=vim |
3 | export TERM=xterm-256color | 3 | export TERM=xterm-256color |
4 | 4 | ||