Shuffle shell alias definitions around a bit

This commit is contained in:
2020-05-04 20:52:14 +01:00
parent 50ea657064
commit f8aac5d462
3 changed files with 2 additions and 4 deletions

View File

@@ -37,7 +37,6 @@ alias rai="bundle exec rails"
alias rs="bundle exec rspec -f doc"
alias cu="bundle exec cucumber"
alias scu="RAILS_ENV=cucumber bundle exec spring cucumber"
alias va="vagrant"
# Bundler aliases
alias bch="bundle check"