diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-05 10:51:05 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-05 10:51:05 +0800 |
commit | 39b92c92c14ae69d91946d03034f624366b7f255 (patch) | |
tree | ea89f33a7aaf0381b90366b17462f4ebf2f98d10 /tools | |
parent | f8b176bb7037dc7698b802459d5be44c83000868 (diff) |
Update
Diffstat (limited to 'tools')
-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 861d5a8..c87c5c6 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
@@ -45,8 +45,8 @@ fi | |||
45 | 45 | ||
46 | if [[ $shell == zsh ]]; then | 46 | if [[ $shell == zsh ]]; then |
47 | setopt extended_glob | 47 | setopt extended_glob |
48 | compinit | ||
49 | fpath=($SETTING_DIR/zsh $fpath) | 48 | fpath=($SETTING_DIR/zsh $fpath) |
49 | compinit | ||
50 | alias history='history -i' | 50 | alias history='history -i' |
51 | 51 | ||
52 | #autoload -U deer | 52 | #autoload -U deer |