Browse Source

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

Michele Bologna 10 years ago
parent
commit
1a4dc0d2db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/rails/rails.plugin.zsh

+ 1 - 1
plugins/rails/rails.plugin.zsh

@@ -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'