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"