From 9e79ad90bfa66cfcd4ab1868833769e99a3ae1c1 Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 15 Jun 2019 15:44:44 +0100 Subject: [PATCH] fzf settings --- profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile b/profile index 6c29e01..65042f2 100644 --- a/profile +++ b/profile @@ -11,7 +11,8 @@ export PATH=~/.bin:~/.bin/bin:~/.local/bin:$PATH export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox # fzf + ag config -export FZF_DEFAULT_COMMAND='ag --nocolor -g ""' +# export FZF_DEFAULT_COMMAND='ag --nocolor -g ""' +export FZF_DEFAULT_COMMAND='rg --line-number --color never --no-heading ""' #disable suspend and resume stty -ixon