Merge pull request #1231 from claui/deprecate-brew-cask-search

Remove alias for `brew cask search`
pull/1232/head
Nils Winkler 2018-09-04 08:22:48 +02:00 committed by GitHub
commit 85bce0731d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ alias bcin='brew cask install'
alias bcrm='brew cask uninstall' alias bcrm='brew cask uninstall'
alias bczp='brew cask zap' alias bczp='brew cask zap'
alias bccl='brew cask cleanup' alias bccl='brew cask cleanup'
alias bcsr='brew cask search'
alias bcls='brew cask list' alias bcls='brew cask list'
alias bcinf='brew cask info' alias bcinf='brew cask info'
alias bcdr='brew cask doctor' alias bcdr='brew cask doctor'