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