mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Renaming script/server --debug alias to ssd to avoid conflict. Closes #1
This commit is contained in:
parent
b6c8ef41b1
commit
c03aab5164
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue