Skip to content

Commit

Permalink
👽 Update homebrew, fix #13 again
Browse files Browse the repository at this point in the history
Change `(cask|formula)-argument-rest` to `(|installed_)(tap|cask|formula)-argument-rest`
  • Loading branch information
Freed-Wu committed Jan 30, 2024
1 parent 540efc2 commit 9b382d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sources/brew-cat.zsh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# :fzf-tab:complete:brew-(edit|cat|test):(cask|formula)-argument-rest
# :fzf-tab:complete:brew-(edit|cat|test):(|installed_)(cask|formula|tap)-argument-rest
brew cat $word | bat -lruby
2 changes: 1 addition & 1 deletion sources/brew-info.zsh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# :fzf-tab:complete:brew-((|un)install|info|cleanup):(cask|formula)-argument-rest
# :fzf-tab:complete:brew-((|un)install|info|cleanup):(|installed_)(cask|formula|tap)-argument-rest
brew info $word | bat -lyaml
2 changes: 1 addition & 1 deletion sources/brew-list.zsh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# :fzf-tab:complete:brew-(list|ls):(cask|formula)-argument-rest
# :fzf-tab:complete:brew-(list|ls):(|installed_)(cask|formula|tap)-argument-rest
brew list $word

0 comments on commit 9b382d5

Please sign in to comment.