mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Even fewer deps.
This commit is contained in:
@@ -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' \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user