Отключены плагины, приводящие к нестабильной работе

This commit is contained in:
2022-12-23 15:10:59 +03:00
parent 020da06b8a
commit b1ab03e165
4 changed files with 28 additions and 33 deletions

View File

@@ -11,7 +11,7 @@ zinit light agkozak/zsh-z
zinit snippet OMZP::pj
if [ "$(id -u)" != "0" ] && [[ -n ${DISPLAY+set} ]]; then
if [[ "$(id -u)" != "0" ]] && [[ -n "${DISPLAY+set}" ]]; then
zstyle ':notify:*' expire-time 5000
zstyle ':notify:*' command-complete-timeout 20
zstyle ':notify:*' enable-on-ssh yes
@@ -22,9 +22,6 @@ zinit snippet OMZL::clipboard.zsh
zinit snippet OMZL::key-bindings.zsh
zinit snippet OMZL::termsupport.zsh
if command -v autojump > /dev/null 2>&1; then
zinit snippet OMZP::autojump
fi
if [ -x /usr/lib/command-not-found ]; then
zinit snippet OMZP::command-not-found
fi
@@ -54,7 +51,6 @@ if command -v fzf > /dev/null 2>&1; then
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
fi
fi