fixed brew cask aliases

they removed the - from their CLI
pull/640/head
Edward Freeman 2016-01-05 16:58:54 -08:00
parent d37ed8c822
commit eec0aa6e9c
1 changed files with 10 additions and 10 deletions

View File

@ -3,13 +3,13 @@
cite 'about-alias'
about-alias 'homebrew-cask abbreviations'
alias bcup='brew-cask update'
alias bcin='brew-cask install'
alias bcrm='brew-cask uninstall'
alias bczp='brew-cask zap'
alias bccl='brew-cask cleanup'
alias bcsr='brew-cask search'
alias bcls='brew-cask list'
alias bcinf='brew-cask info'
alias bcdr='brew-cask doctor'
alias bced='brew-cask edit'
alias bcup='brew cask update'
alias bcin='brew cask install'
alias bcrm='brew cask uninstall'
alias bczp='brew cask zap'
alias bccl='brew cask cleanup'
alias bcsr='brew cask search'
alias bcls='brew cask list'
alias bcinf='brew cask info'
alias bcdr='brew cask doctor'
alias bced='brew cask edit'