update zshrcs

This commit is contained in:
arcan1s
2014-10-22 06:47:09 +04:00
parent 30ba06971a
commit 2e84c40408
3 changed files with 15 additions and 13 deletions

View File

@ -61,7 +61,8 @@ bindkey '\e[6~' down-line-or-history # page-down
# autocomplit
autoload -U compinit
compinit
zstyle ':completion:*' insert-tab false # Автокомплит для первого символа
# first symbol autocomplete
zstyle ':completion:*' insert-tab false
zstyle ':completion:*' max-errors 2
# prompt
@ -77,7 +78,7 @@ setopt autocd
# correct
setopt CORRECT_ALL
SPROMPT="Correct '%R' to '%r' ? (nyae) "
SPROMPT="Correct '%R' to '%r' ? [nyae] "
# append history
setopt APPEND_HISTORY