From 6d85de2020eca6ac182f68bc53f9972d2e6c463a Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Fri, 26 Feb 2016 17:07:42 +0900 Subject: [PATCH] Use fisher_search_format by default. --- functions/fisher_search.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fisher_search.fish b/functions/fisher_search.fish index 85a7e5d..7128913 100644 --- a/functions/fisher_search.fish +++ b/functions/fisher_search.fish @@ -120,10 +120,10 @@ function fisher_search -d "Search Plugins" set options -v OFS='\n' if test -z "$format" - if test -z "$fish_search_format" + if test -z "$fisher_search_format" set format default else - set format "$fish_search_format" + set format "$fisher_search_format" end end