From 523f3b409dfc3f031b2360fa157eb1a1ffad3436 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 24 Dec 2016 10:47:52 +0000 Subject: [PATCH] Add aliases for brew cask --- shell/aliases.sh | 2 ++ shell/ruby.sh | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/aliases.sh b/shell/aliases.sh index 2ba85c6..d3eb18c 100644 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -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\"" diff --git a/shell/ruby.sh b/shell/ruby.sh index e8984b0..e1302fa 100755 --- a/shell/ruby.sh +++ b/shell/ruby.sh @@ -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"