oh-my-fish / oh-my-fish-legacy

Oh My Fish!
MIT License
13 stars 2 forks source link

Maven Completion #585

Closed jschneider closed 9 years ago

jschneider commented 9 years ago

I have created a maven completion file: Any interest to combine that with oh-my-fish?

https://github.com/jschneider/fish-maven-completion

bobthecow commented 9 years ago

Fish core is actually really good about including completions, and that improves things for everyone whether they use omf or not. Try there first? If that doesn't work, come back here :)

ghost commented 9 years ago

@jschneider Usually completions should go into fish to improve the shell, but since this is a legit and valid use case, you can put your completions inside $OMF_PATH/completions and omf will correctly read as there is support for that. Does that help?