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:
Kareem Gan 2015-03-20 07:16:23 -05:00
parent e55c715508
commit 7537d87968

View File

@ -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