mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Renamed 'ss' alias to 'sstat' (to avoid collision with /bin/ss).
This commit is contained in:
parent
69dee65381
commit
1a4dc0d2db
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue