diff --git a/shell/golang.sh b/shell/golang.sh index 4d1efe3..1d8af0b 100755 --- a/shell/golang.sh +++ b/shell/golang.sh @@ -36,7 +36,7 @@ install_go_global_packages () { github.com/motemen/gore github.com/nsf/gocode github.com/pmezard/go-difflib/difflib - github.com/rakyll/boom + github.com/rakyll/hey github.com/rogpeppe/godef github.com/tools/godep github.com/vektra/mockery/.../ diff --git a/shell/ruby.sh b/shell/ruby.sh index 4a4b8d2..f1ee841 100755 --- a/shell/ruby.sh +++ b/shell/ruby.sh @@ -27,7 +27,7 @@ alias rai="bundle exec rails" alias rs="bundle exec rspec" alias cu="bundle exec cucumber" alias scu="RAILS_ENV=cucumber bundle exec spring cucumber" -alias va="bundle exec vagrant" +alias va="vagrant" alias bc="bundle check" alias bco="bundle console"