mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update golang and ruby shell configs
This commit is contained in:
@@ -36,7 +36,7 @@ install_go_global_packages () {
|
|||||||
github.com/motemen/gore
|
github.com/motemen/gore
|
||||||
github.com/nsf/gocode
|
github.com/nsf/gocode
|
||||||
github.com/pmezard/go-difflib/difflib
|
github.com/pmezard/go-difflib/difflib
|
||||||
github.com/rakyll/boom
|
github.com/rakyll/hey
|
||||||
github.com/rogpeppe/godef
|
github.com/rogpeppe/godef
|
||||||
github.com/tools/godep
|
github.com/tools/godep
|
||||||
github.com/vektra/mockery/.../
|
github.com/vektra/mockery/.../
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ alias rai="bundle exec rails"
|
|||||||
alias rs="bundle exec rspec"
|
alias rs="bundle exec rspec"
|
||||||
alias cu="bundle exec cucumber"
|
alias cu="bundle exec cucumber"
|
||||||
alias scu="RAILS_ENV=cucumber bundle exec spring cucumber"
|
alias scu="RAILS_ENV=cucumber bundle exec spring cucumber"
|
||||||
alias va="bundle exec vagrant"
|
alias va="vagrant"
|
||||||
|
|
||||||
alias bc="bundle check"
|
alias bc="bundle check"
|
||||||
alias bco="bundle console"
|
alias bco="bundle console"
|
||||||
|
|||||||
Reference in New Issue
Block a user