Add aliases for brew cask

This commit is contained in:
2016-12-24 10:47:52 +00:00
parent 5c0a6355cb
commit 523f3b409d
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ alias egs="$DOTBIN/emacs-gui-server"
# Utils
alias ma="make"
alias br="brew"
alias ca="brew cask"
alias cask="brew cask"
alias devnullsmtp="java -jar $DOTBIN/DevNullSmtp.jar"
alias open_ports="sudo lsof -i -P | grep --color=never -i \"listen\""

View File

@@ -25,7 +25,6 @@ alias ru="bundle exec ruby"
alias ra="bundle exec rake"
alias rai="bundle exec rails"
alias rs="bundle exec rspec"
alias ca="bundle exec cap"
alias cu="bundle exec cucumber"
alias scu="RAILS_ENV=cucumber bundle exec spring cucumber"
alias va="bundle exec vagrant"