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
75f2f4e0
"vscode:/vscode.git/clone" did not exist on "40df67bc3b9b51caa24df5d220487043040d1f9a"
Commit
75f2f4e0
authored
Aug 14, 2016
by
Thiago Leite Luiz
Committed by
Robby Russell
Aug 14, 2016
Browse files
Adding alias to rake db:schema:load command. (#5281)
parent
073ea01c
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/rails/rails.plugin.zsh
View file @
75f2f4e0
...
@@ -57,6 +57,7 @@ alias rdrs='rake db:reset'
...
@@ -57,6 +57,7 @@ alias rdrs='rake db:reset'
alias
rdtc
=
'rake db:test:clone'
alias
rdtc
=
'rake db:test:clone'
alias
rdtp
=
'rake db:test:prepare'
alias
rdtp
=
'rake db:test:prepare'
alias
rdmtc
=
'rake db:migrate db:test:clone'
alias
rdmtc
=
'rake db:migrate db:test:clone'
alias
rdsl
=
'rake db:schema:load'
alias
rlc
=
'rake log:clear'
alias
rlc
=
'rake log:clear'
alias
rn
=
'rake notes'
alias
rn
=
'rake notes'
alias
rr
=
'rake routes'
alias
rr
=
'rake routes'
...
...
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