mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
changed ss alias (thin/stats) to sstats to avoid clashing with /bin/ss
This commit is contained in:
parent
96e4e5dd03
commit
37ab0fd2b2
2 changed files with 32 additions and 29 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue