1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Renaming script/server --debug alias to ssd to avoid conflict. Closes #1

This commit is contained in:
Robby Russell 2009-10-12 19:13:52 -07:00
parent b6c8ef41b1
commit c03aab5164

View file

@ -3,7 +3,7 @@ alias po='popd'
alias sc='ruby script/console'
alias sdb='ruby script/dbconsole'
alias sd='ruby script/server --debugger'
alias ssd='ruby script/server --debugger'
alias ss='thin --stats "/thin/stats" start'
alias sg='ruby script/generate'
alias sd='ruby script/destroy'