Исправлен конфликт peco и fzf

This commit is contained in:
Andrei Astafev 2020-04-05 00:05:43 +03:00
parent 6ac27b6087
commit 6c98fb13c3

View File

@ -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