mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-15 22:59:56 +00:00
update zshrcs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user