mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Fix duplicate alias
This commit is contained in:
parent
a6124875ef
commit
bec8eda34d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function _rails_command () {
|
||||||
}
|
}
|
||||||
|
|
||||||
alias rs='_rails_command server'
|
alias rs='_rails_command server'
|
||||||
alias rd='_rails_command server --debugger'
|
alias rsd='_rails_command server --debugger'
|
||||||
alias rg='_rails_command generate'
|
alias rg='_rails_command generate'
|
||||||
alias rd='_rails_command destroy'
|
alias rd='_rails_command destroy'
|
||||||
alias rp='_rails_command plugin'
|
alias rp='_rails_command plugin'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue