Skip to content

Commit

Permalink
Adding alias to rake db:schema:load command. (ohmyzsh#5281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Leite Luiz authored and robbyrussell committed Aug 15, 2016
1 parent 073ea01 commit 75f2f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/rails/rails.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ alias rdrs='rake db:reset'
alias rdtc='rake db:test:clone'
alias rdtp='rake db:test:prepare'
alias rdmtc='rake db:migrate db:test:clone'
alias rdsl='rake db:schema:load'
alias rlc='rake log:clear'
alias rn='rake notes'
alias rr='rake routes'
Expand Down

0 comments on commit 75f2f4e

Please sign in to comment.