Use fisher_search_format by default.

This commit is contained in:
Jorge Bucaran 2016-02-26 17:07:42 +09:00
parent df07715045
commit 6d85de2020
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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