mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
This commit is contained in:
parent
eb0f3c0234
commit
3cf9ab722e
9 changed files with 69 additions and 64 deletions
10
plugins/rails.plugin.zsh
Normal file
10
plugins/rails.plugin.zsh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
alias ss='thin --stats "/thin/stats" start'
|
||||
alias sg='ruby script/generate'
|
||||
alias sd='ruby script/destroy'
|
||||
alias sp='ruby script/plugin'
|
||||
alias ssp='ruby script/spec'
|
||||
alias rdbm='rake db:migrate'
|
||||
alias sc='ruby script/console'
|
||||
alias sd='ruby script/server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
Loading…
Add table
Add a link
Reference in a new issue