mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
chore(brew): update brew cask aliases for new --cask invocation method
This commit is contained in:
@@ -30,10 +30,15 @@ alias devnullsmtp="java -jar $DOTBIN/DevNullSmtp.jar"
|
||||
# Homebrew
|
||||
if command-exists brew; then
|
||||
alias br="brew"
|
||||
alias ca="brew cask"
|
||||
alias cask="brew cask"
|
||||
alias bb="brew bundle"
|
||||
alias bbg="brew bundle --global"
|
||||
|
||||
cask() {
|
||||
local cmd="$1"
|
||||
shift 1
|
||||
brew "$cmd" --cask "$@"
|
||||
}
|
||||
alias ca="cask"
|
||||
fi
|
||||
|
||||
# Flutter
|
||||
|
||||
Reference in New Issue
Block a user