Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
35d89ab8
Commit
35d89ab8
authored
Jan 27, 2012
by
szetobo
Browse files
update rails runner alias to ru
- avoid rr as it is mostly used for restart rails server
parent
81d94e6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/rails3/rails3.plugin.zsh
View file @
35d89ab8
...
...
@@ -14,7 +14,7 @@ alias rdb='_rails_command dbconsole'
alias
rdbm
=
'rake db:migrate db:test:clone'
alias
rg
=
'_rails_command generate'
alias
rp
=
'_rails_command plugin'
alias
r
r
=
'_rails_command runner'
alias
r
u
=
'_rails_command runner'
alias
rs
=
'_rails_command server'
alias
rsd
=
'_rails_command server --debugger'
alias
devlog
=
'tail -f log/development.log'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment