mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 20:16:12 +08:00
brew.fish: Fix brew casks search
This commit is contained in:
parent
22ccee3380
commit
c300e09e8c
|
@ -95,7 +95,7 @@ function __fish_brew_needs_cask_action
|
|||
end
|
||||
|
||||
function __fish_brew_casks
|
||||
brew cask search
|
||||
brew search --casks
|
||||
end
|
||||
|
||||
function __fish_brew_casks_installed
|
||||
|
|
Loading…
Reference in New Issue
Block a user