mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02: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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
alias rails='_rails_command'
|
#alias rails='_rails_command'
|
||||||
compdef _rails_command=rails
|
#compdef _rails_command=rails
|
||||||
|
|
||||||
alias rake='_rake_command'
|
alias rake='_rake_command'
|
||||||
compdef _rake_command=rake
|
compdef _rake_command=rake
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue