mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-13 23:54:41 +00:00
fix brew fzf
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
function brewinfo --description "Lookup brew plugins"
|
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
|
if not test (count $inst) = 0
|
||||||
for prog in $inst
|
for prog in $inst
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
function brewsearch --description "Install brew plugins"
|
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
|
if not test (count $inst) = 0
|
||||||
for prog in $inst
|
for prog in $inst
|
||||||
|
Reference in New Issue
Block a user