Skip to content

Commit

Permalink
👽 Update homebrew, fix #13
Browse files Browse the repository at this point in the history
Change `argument-rest` to `(cask|formula)-argument-rest`
  • Loading branch information
Freed-Wu committed Jan 29, 2024
1 parent f76011b commit 245f595
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):argument-rest
# :fzf-tab:complete:brew-(edit|cat|test):(cask|formula)-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):argument-rest
# :fzf-tab:complete:brew-((|un)install|info|cleanup):(cask|formula)-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):argument-rest
# :fzf-tab:complete:brew-(list|ls):(cask|formula)-argument-rest
brew list $word

0 comments on commit 245f595

Please sign in to comment.