mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
the commented line currently causes a compdef: unknown command or service: rails so decided to comment out until is found
This commit is contained in:
parent
e55c715508
commit
7537d87968
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ function _rake_command () {
|
|||
fi
|
||||
}
|
||||
|
||||
alias rails='_rails_command'
|
||||
compdef _rails_command=rails
|
||||
#alias rails='_rails_command'
|
||||
#compdef _rails_command=rails
|
||||
|
||||
alias rake='_rake_command'
|
||||
compdef _rake_command=rake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue