From 6c98fb13c3ffc8459480b250953995c294674024 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sun, 5 Apr 2020 00:05:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BA=D0=BE=D0=BD=D1=84=D0=BB=D0=B8=D0=BA=D1=82?= =?UTF-8?q?=20peco=20=D0=B8=20fzf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.zsh b/plugins.zsh index 253beec..caa5031 100644 --- a/plugins.zsh +++ b/plugins.zsh @@ -18,6 +18,7 @@ antibody bundle ohmyzsh/ohmyzsh path:plugins/command-not-found antibody bundle ohmyzsh/ohmyzsh path:plugins/common-aliases antibody bundle ohmyzsh/ohmyzsh path:plugins/debian if command -v fzf > /dev/null 2>&1; then + export DISABLE_FZF_KEY_BINDINGS=true antibody bundle ohmyzsh/ohmyzsh path:plugins/fzf fi if command -v git > /dev/null 2>&1; then