mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
update brew fzf function
This commit is contained in:
parent
9127d00b18
commit
5b88c16db9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# update multiple packages at once
|
||||
# mnemonic [B]rew [U]pdate [P]lugin
|
||||
|
||||
local inst=$(brew search | eval "fzf ${FZF_DEFAULT_OPTS} -m --header='[brew:install]'")
|
||||
local inst=$(brew search "" | eval "fzf ${FZF_DEFAULT_OPTS} -m --header='[brew:install]'")
|
||||
|
||||
if [[ $inst ]]; then
|
||||
for prog in $(echo $inst)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue