mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +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
|
end
|
||||||
|
|
||||||
function __fish_brew_casks
|
function __fish_brew_casks
|
||||||
brew cask search
|
brew search --casks
|
||||||
end
|
end
|
||||||
|
|
||||||
function __fish_brew_casks_installed
|
function __fish_brew_casks_installed
|
||||||
|
|
Loading…
Reference in New Issue
Block a user