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

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