diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-11-11 11:07:07 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-11-11 11:07:07 +0800 |
commit | 207b48b29fd8671b281a1c7de19eadf9c9e03bd2 (patch) | |
tree | ee2c3f689eeb7a699fbb06ba2d29594265a42266 | |
parent | 83c8a5e81edfeb1ccdd105b61db7a76b729cbd7f (diff) |
Update
-rwxr-xr-x | tools/init/load-settings.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh index d6c9f00..c2a6591 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
@@ -49,7 +49,6 @@ if [[ $- =~ i ]]; then | |||
49 | if [[ $shell == zsh ]]; then | 49 | if [[ $shell == zsh ]]; then |
50 | setopt extended_glob | 50 | setopt extended_glob |
51 | fpath=($SETTING_DIR/zsh $fpath) | 51 | fpath=($SETTING_DIR/zsh $fpath) |
52 | compinit | ||
53 | alias history='history -i' | 52 | alias history='history -i' |
54 | 53 | ||
55 | #autoload -U deer | 54 | #autoload -U deer |