Skip to content

Commit

Permalink
Re-add the 'rake' alias, so it prefixes the command with 'bundle exec'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Sep 3, 2024
1 parent 6bbc4cc commit 0fc2e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ alias be='bundle exec'
alias rc='bin/rails c'
alias rg='bin/rails g'

alias rake='bundle exec rake'
alias rspec='bundle exec rspec'
alias rubocop='bundle exec rubocop'

Expand Down

0 comments on commit 0fc2e57

Please sign in to comment.