Подавление вывода при загрузке

This commit is contained in:
2022-12-19 16:49:42 +03:00
parent d7f8f98895
commit bc176b9f3a
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ zstyle ':completion:*:(ssh|scp|rsync):*:hosts-ipaddr' ignored-patterns '^<->.<->
# marlonrichert/zsh-autocomplete
zinit wait'!0' lucid light-mode depth'1' for \
zinit wait'0' lucid light-mode depth'1' for \
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
zdharma-continuum/fast-syntax-highlighting \
blockf \
@@ -42,7 +42,7 @@ if [[ -n ${ZSH_MC_SUBSHELL+set} ]] && [[ -n ${SSH_CONNECTION+set} ]]; then
else
zstyle ":history-search-multi-word" page-size "$((LINES/2))"
zstyle ":plugin:history-search-multi-word" clear-on-cancel "yes"
zinit wait'!0' lucid light-mode depth'1' for \
zinit wait'0' lucid light-mode depth'1' for \
zdharma-continuum/history-search-multi-word \
atload"bindkey '^[[A' history-substring-search-up; \
bindkey '^[[B' history-substring-search-down; \