fix brew fzf

This commit is contained in:
Noah Masur 2021-04-10 19:31:52 -04:00
parent 99e8dcfd3e
commit 4ef570ea95
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
function brewinfo --description "Lookup brew plugins"
set -l inst (brew search | eval "fzf $FZF_DEFAULT_OPTS -m --header='[brew:info]'")
set -l inst (brew formulae | eval "fzf $FZF_DEFAULT_OPTS -m --header='[brew:info]'")
if not test (count $inst) = 0
for prog in $inst

View File

@ -1,5 +1,5 @@
function brewsearch --description "Install brew plugins"
set -l inst (brew search | eval "fzf $FZF_DEFAULT_OPTS -m --header='[brew:install]'")
set -l inst (brew formulae | eval "fzf $FZF_DEFAULT_OPTS -m --header='[brew:install]'")
if not test (count $inst) = 0
for prog in $inst