From c300e09e8c5e44224e06fe0c9caf99e1878822c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Mon, 30 Jul 2018 13:52:09 +0200 Subject: [PATCH] brew.fish: Fix brew casks search --- share/completions/brew.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/brew.fish b/share/completions/brew.fish index 02ecc3b1a..9b925645e 100644 --- a/share/completions/brew.fish +++ b/share/completions/brew.fish @@ -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