From 669a23b55229a63352696533c781a6c6ed3ca39e Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 8 May 2020 17:54:20 +0000 Subject: [PATCH] Configure fuzzy finder --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 5ef474f..f06ce1c 100644 --- a/.bashrc +++ b/.bashrc @@ -34,3 +34,6 @@ source /usr/share/fzf/*.bash export EDITOR='vim' set -o vi bind '"jj":"\e"' + +export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -t -g ""' +export FZF_COMPLETION_OPTS='-x'