Add in my normal s{s,d} aliases

pull/81/head
Geoff Garside 2009-08-31 13:58:53 +01:00
parent 908fead303
commit da3be21b4f
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ alias pu='pushd'
alias po='popd'
alias sc='ruby script/console'
alias ss='ruby script/server'
alias sd='ruby script/server --debugger'
alias ss='thin --stats "/thin/stats" start'
alias mr='mate CHANGELOG app config db lib public script spec test'
alias .='pwd'