From 380fbd077a6b2da01407b602150c7817ae4cf3d3 Mon Sep 17 00:00:00 2001 From: Kevin Halpin Date: Wed, 23 Oct 2019 22:14:55 -0600 Subject: [PATCH] brew search cask updated syntax --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 6cd00eb..b0efe61 100644 --- a/Examples.md +++ b/Examples.md @@ -856,7 +856,7 @@ bcp() { # and display a info quickview window for the currently marked application install() { local token - token=$(brew cask search | fzf-tmux --query="$1" +m --preview 'brew cask info {}') + token=$(brew search --casks | fzf-tmux --query="$1" +m --preview 'brew cask info {}') if [ "x$token" != "x" ] then