From e2170afdba0971f5c6f16ed1297e566a5584847c Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sun, 5 Apr 2020 14:57:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=83=D0=B2=D0=B5=D0=B4=D0=BE=D0=BC=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins.zsh b/plugins.zsh index caa5031..3af5f53 100644 --- a/plugins.zsh +++ b/plugins.zsh @@ -9,6 +9,8 @@ antibody bundle zsh-users/zsh-completions antibody bundle rupa/z if [[ "$DISPLAY" != '' ]] && command -v xdotool > /dev/null 2>&1 && command -v wmctrl > /dev/null 2>&1; then antibody bundle marzocchi/zsh-notify + zstyle ':notify:*' expire-time 6000 + zstyle ':notify:*' command-complete-timeout 20 fi if command -v peco > /dev/null 2>&1; then antibody bundle jimeh/zsh-peco-history