Подавление вывода при загрузке
This commit is contained in:
parent
d7f8f98895
commit
bc176b9f3a
@ -6,7 +6,7 @@ zinit light mafredri/zsh-async
|
|||||||
|
|
||||||
export ZSHZ_CASE=smart
|
export ZSHZ_CASE=smart
|
||||||
export ZSHZ_DATA="${ZSH_CACHE_DIR}/z"
|
export ZSHZ_DATA="${ZSH_CACHE_DIR}/z"
|
||||||
zinit ice wait'!0' depth'1'
|
zinit ice lucid wait'0' depth'1'
|
||||||
zinit light agkozak/zsh-z
|
zinit light agkozak/zsh-z
|
||||||
|
|
||||||
if [ "$(id -u)" != "0" ] && [[ -n ${DISPLAY+set} ]]; then
|
if [ "$(id -u)" != "0" ] && [[ -n ${DISPLAY+set} ]]; then
|
||||||
@ -33,11 +33,11 @@ zinit snippet OMZP::web-search
|
|||||||
zinit light brymck/print-alias
|
zinit light brymck/print-alias
|
||||||
|
|
||||||
if command -v fzf > /dev/null 2>&1; then
|
if command -v fzf > /dev/null 2>&1; then
|
||||||
zinit ice wait'!0' mv"completion.zsh -> _fzf" pick"_fzf" as"completion"
|
zinit ice lucid wait'0' mv"completion.zsh -> _fzf" pick"_fzf" as"completion"
|
||||||
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/completion.zsh
|
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/completion.zsh
|
||||||
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/key-bindings.zsh
|
zinit snippet https://github.com/junegunn/fzf/blob/master/shell/key-bindings.zsh
|
||||||
|
|
||||||
zinit ice wait'!0' lucid
|
zinit ice lucid wait'0' lucid
|
||||||
zinit light joshskidmore/zsh-fzf-history-search
|
zinit light joshskidmore/zsh-fzf-history-search
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ zstyle ':completion:*:(ssh|scp|rsync):*:hosts-ipaddr' ignored-patterns '^<->.<->
|
|||||||
|
|
||||||
# marlonrichert/zsh-autocomplete
|
# 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" \
|
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
|
||||||
zdharma-continuum/fast-syntax-highlighting \
|
zdharma-continuum/fast-syntax-highlighting \
|
||||||
blockf \
|
blockf \
|
||||||
@ -42,7 +42,7 @@ if [[ -n ${ZSH_MC_SUBSHELL+set} ]] && [[ -n ${SSH_CONNECTION+set} ]]; then
|
|||||||
else
|
else
|
||||||
zstyle ":history-search-multi-word" page-size "$((LINES/2))"
|
zstyle ":history-search-multi-word" page-size "$((LINES/2))"
|
||||||
zstyle ":plugin:history-search-multi-word" clear-on-cancel "yes"
|
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 \
|
zdharma-continuum/history-search-multi-word \
|
||||||
atload"bindkey '^[[A' history-substring-search-up; \
|
atload"bindkey '^[[A' history-substring-search-up; \
|
||||||
bindkey '^[[B' history-substring-search-down; \
|
bindkey '^[[B' history-substring-search-down; \
|
||||||
|
Loading…
Reference in New Issue
Block a user