diff options
| -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 |