Even fewer deps.

This commit is contained in:
David Tomaschik
2019-09-27 00:03:56 -07:00
parent 1b2f75ca47
commit cc94650bad
2 changed files with 22 additions and 4 deletions

View File

@@ -30,11 +30,8 @@ zstyle ':prezto:load' pmodule \
'environment' \ 'environment' \
'terminal' \ 'terminal' \
'editor' \ 'editor' \
'history' \
'directory' \
'completion' \ 'completion' \
'matir' \ 'matir' \
'tmux' \
'git' \ 'git' \
'python' \ 'python' \
'syntax-highlighting' \ 'syntax-highlighting' \

View File

@@ -2,7 +2,28 @@
HISTFILE=~/.zhistory HISTFILE=~/.zhistory
HISTSIZE=10000 HISTSIZE=10000
SAVEHIST=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 unsetopt beep histbeep listbeep flowcontrol
bindkey -v bindkey -v