Use fisher_search_format by default.

This commit is contained in:
Jorge Bucaran 2016-02-26 17:07:42 +09:00
parent e28a53fcf3
commit f2443ab8ac

View file

@ -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