From c459edde5d1702dd5cc529681d4780529883ce77 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 24 Aug 2020 14:31:14 +0200 Subject: [PATCH] fixed error --- fish/.config/omf/init.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/.config/omf/init.fish b/fish/.config/omf/init.fish index 99071ca..5c7b73c 100644 --- a/fish/.config/omf/init.fish +++ b/fish/.config/omf/init.fish @@ -251,7 +251,7 @@ if set -q FZF_COMPLETE end # Make fzf use ripgrep if available -if type rg &> /dev/null +if type -q rg export FZF_DEFAULT_COMMAND='rg --files' export FZF_DEFAULT_OPTS='-m --height 50% --border' end