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

@@ -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