diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-11-12 00:12:44 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-11-12 00:12:44 +0800 |
commit | a1eaadf3e7e9a538a489035cbd03baaa7ef79ff7 (patch) | |
tree | 9ab1a6b9a6cbadf1d8f9f40db6c52f9ae8aef77a /tools/init/load-settings.sh | |
parent | 6c6d05af33035890e5d8658dded23374bf7d7505 (diff) |
Fix latest update
Diffstat (limited to 'tools/init/load-settings.sh')
-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 c2a6591..ff8ba3c 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
@@ -50,6 +50,7 @@ if [[ $- =~ i ]]; then | |||
50 | setopt extended_glob | 50 | setopt extended_glob |
51 | fpath=($SETTING_DIR/zsh $fpath) | 51 | fpath=($SETTING_DIR/zsh $fpath) |
52 | alias history='history -i' | 52 | alias history='history -i' |
53 | autoload compinit; compinit | ||
53 | 54 | ||
54 | #autoload -U deer | 55 | #autoload -U deer |
55 | #zle -N deer | 56 | #zle -N deer |