Commit da3be21b authored by Geoff Garside's avatar Geoff Garside
Browse files

Add in my normal s{s,d} aliases

parent 908fead3
...@@ -2,7 +2,8 @@ alias pu='pushd' ...@@ -2,7 +2,8 @@ alias pu='pushd'
alias po='popd' alias po='popd'
alias sc='ruby script/console' 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 mr='mate CHANGELOG app config db lib public script spec test'
alias .='pwd' alias .='pwd'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment