Update golang and ruby shell configs

This commit is contained in:
2017-07-12 11:12:27 +01:00
parent b1c74eb77d
commit 478aab0c6c
2 changed files with 2 additions and 2 deletions

View File

@@ -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/.../

View File

@@ -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"