diff --git a/stowers/zsh/dot-zshrc b/stowers/zsh/dot-zshrc index b7e11ea..6de8dcc 100644 --- a/stowers/zsh/dot-zshrc +++ b/stowers/zsh/dot-zshrc @@ -13,6 +13,18 @@ export PATH="${PATH}:${HOME}/.local/bin" # export EDITOR='mvim' # fi +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +setopt notify +unsetopt autocd beep nomatch +bindkey -v + +zstyle :compinstall filename "${HOME}/.zshrc" + +autoload -Uz compinit +compinit + # Read man page. zstyle ':completion:*:manuals' separate-sections true zstyle ':completion:*:manuals.*' insert-sections true