From d7d2c59326e4b611b9432cb10e6de75875e10d97 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 2 Oct 2020 23:32:13 +0200 Subject: [PATCH] fix --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 6bfb739..3b922b5 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -10,7 +10,7 @@ alias ll='ls -lh' export FZF_DEFAULT_COMMAND='fd -H' export FZF_CTRL_T_COMMAND='fd -H' export FZF_DEFAULT_OPTS="-e --multi --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended {}'" -export FZF_CTRL_R_OPTS="-e --layout=reverse" +export FZF_CTRL_R_OPTS="-e --layout=reverse --previev=''" _fzf_compgen_path() { fd -H . "$1" }