Skip to content

Commit

Permalink
Fix out of date README on rake, rspec commands
Browse files Browse the repository at this point in the history
`rake` and `rspec` commands that wrapped `zeus` were removed in 00dbd15.
  • Loading branch information
Dan Croak committed Apr 30, 2014
1 parent 5f02a1d commit 3971556
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,8 @@ Shell aliases and scripts:
* `git-churn` to show churn for the files changed in the branch.
* `m` for `rake db:migrate && rake db:rollback && rake db:migrate && rake db:test:prepare`.
* `mcd` to make a directory and change into it.
* `rake` is `zeus rake` if using [Zeus](https://github.com/burke/zeus) on the
project in current directory.
* `replace foo bar **/*.rb` to find and replace within a given list of files.
* `rk` for `rake`.
* `rspec` is `zeus rspec` if using Zeus on the project in current directory.
* `tat` to attach to tmux session named the same as the current directory.
* `v` for `$VISUAL`.

Expand Down

0 comments on commit 3971556

Please sign in to comment.