mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix brew fzf
This commit is contained in:
parent
99e8dcfd3e
commit
4ef570ea95
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user