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

Add in my normal s{s,d} aliases

This commit is contained in:
Geoff Garside 2009-08-31 13:58:53 +01:00
parent 908fead303
commit da3be21b4f

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'