changed ss alias (thin/stats) to sstats to avoid clashing with /bin/ss

This commit is contained in:
Michele Bologna 2014-09-17 14:25:30 +02:00
commit 37ab0fd2b2
2 changed files with 32 additions and 29 deletions

View file

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