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

Renamed 'ss' alias to 'sstat' (to avoid collision with /bin/ss).

This commit is contained in:
Michele Bologna 2014-09-19 12:30:24 +02:00 committed by ncanceill
parent 69dee65381
commit 1a4dc0d2db

View file

@ -59,7 +59,7 @@ alias rn='rake notes'
alias rr='rake routes'
# legacy stuff
alias ss='thin --stats "/thin/stats" start'
alias sstat='thin --stats "/thin/stats" start'
alias sg='ruby script/generate'
alias sd='ruby script/destroy'
alias sp='ruby script/plugin'