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

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

@@ -6,7 +6,7 @@ zinit light mafredri/zsh-async
export ZSHZ_CASE=smart
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
if [ "$(id -u)" != "0" ] && [[ -n ${DISPLAY+set} ]]; then
@@ -33,11 +33,11 @@ zinit snippet OMZP::web-search
zinit light brymck/print-alias
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/key-bindings.zsh
zinit ice wait'!0' lucid
zinit ice lucid wait'0' lucid
zinit light joshskidmore/zsh-fzf-history-search
fi