mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Changed alias 'ss' to 'sstat'
Due to conflict with /bin/ss (netstat successor), changed the alias 'ss' to 'sstat' for thin --stats
This commit is contained in:
parent
eafd5f3252
commit
1b695cba10
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ alias rn='rake notes'
|
||||||
alias rr='rake routes'
|
alias rr='rake routes'
|
||||||
|
|
||||||
# legacy stuff
|
# legacy stuff
|
||||||
alias ss='thin --stats "/thin/stats" start'
|
alias sstat='thin --stats "/thin/stats" start'
|
||||||
alias sg='ruby script/generate'
|
alias sg='ruby script/generate'
|
||||||
alias sd='ruby script/destroy'
|
alias sd='ruby script/destroy'
|
||||||
alias sp='ruby script/plugin'
|
alias sp='ruby script/plugin'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue