diff --git a/dotfiles/zpreztorc b/dotfiles/zpreztorc index c13d6a7..fbb2a5f 100644 --- a/dotfiles/zpreztorc +++ b/dotfiles/zpreztorc @@ -30,11 +30,8 @@ zstyle ':prezto:load' pmodule \ 'environment' \ 'terminal' \ 'editor' \ - 'history' \ - 'directory' \ 'completion' \ 'matir' \ - 'tmux' \ 'git' \ 'python' \ 'syntax-highlighting' \ diff --git a/dotfiles/zshrc b/dotfiles/zshrc index c24c6fe..6ab2a47 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -2,7 +2,28 @@ HISTFILE=~/.zhistory HISTSIZE=10000 SAVEHIST=10000 -setopt appendhistory autocd autopushd extendedglob nohup nomatch histignorespace histlexwords histverify cbases +setopt \ + appendhistory \ + autocd \ + autopushd \ + banghist \ + cbases \ + extendedglob \ + extendedhistory \ + histexpiredupsfirst \ + histfindnodups \ + histignoredups \ + histignorespace \ + histlexwords \ + histsavenodups \ + histverify \ + multios \ + nohup \ + nomatch \ + pushdignoredups \ + pushdsilent \ + pushdtohome \ + sharehistory unsetopt beep histbeep listbeep flowcontrol bindkey -v