Skip to content

Commit

Permalink
no more weird rails start aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed May 11, 2011
1 parent 6852a50 commit d29dcfb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ruby/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ alias r='rvm use 1.8.7'
alias f='RAILS_ENV=fi'

alias sc='script/console'
alias ss='script/server -p `available_rails_port`'
alias sg='script/generate'
alias sd='script/destroy'

alias migrate='rake db:migrate db:test:clone'

alias s="ps aux | grep \"[r]uby\" | grep script/server || echo \"You're not running any, dawg.\""

0 comments on commit d29dcfb

Please sign in to comment.