diff options
author | typebrook <typebrook@gmail.com> | 2020-04-11 10:11:17 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-11 10:11:17 +0800 |
commit | c0575635c54877787bcfec77869cfe3d0c6444f6 (patch) | |
tree | 206f4e752fd2aabd068a6f0949fc5aef8ef5398e | |
parent | 872d81d0eb90f90c91d5c8f9dae2368cbd6d9092 (diff) |
update
-rwxr-xr-x | tools/load-settings.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/load-settings.sh b/tools/load-settings.sh index 30a29b0..e6415e0 100755 --- a/tools/load-settings.sh +++ b/tools/load-settings.sh | |||
@@ -2,6 +2,9 @@ if [[ -z "$SETTING_DIR" ]]; then | |||
2 | SETTING_DIR=$HOME/settings | 2 | SETTING_DIR=$HOME/settings |
3 | fi | 3 | fi |
4 | 4 | ||
5 | # set default editor | ||
6 | export EDITOR=vim | ||
7 | |||
5 | # load custom aliases | 8 | # load custom aliases |
6 | source $SETTING_DIR/alias | 9 | source $SETTING_DIR/alias |
7 | 10 | ||