From 9fb25647740b87377ff20cf8fbe77dd46d77ccd3 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 22 Dec 2021 13:20:50 -0300 Subject: [PATCH] .profile: configurar FZF para siempre usar ripgrep para greppear y buscar archivos --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 74594bc..da0b270 100644 --- a/.profile +++ b/.profile @@ -14,6 +14,9 @@ export MOZ_ENABLE_WAYLAND=1 export EDITOR=kak +export FZF_DEFAULT_COMMAND='rg -L --hidden --files' +export FZF_CTRL_T_COMMAND='rg -L --hidden --files' + export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export XKB_DEFAULT_LAYOUT=us #-nulo