Farid NL

Results 8 comments of Farid NL

I've pushed a little change. - `compedef` directive takes its arguments as commands to which it will complete, whence the change from `_rbenv` to `rbenv`. It wasn't working for me...

> I imagine that it should be the responsibility of a package manager to put the _rbenv file into an appropriate location. I would imagine the same as well, however,...

> Since this is a bit tricky, I would rather opt for users (or package managers) managing fpath themselves and not trying to interfere with that process from within rbenv....

It does have lots of customization, mainly because of zsh4humans (sort of a zsh framework). I've never experienced issues with completions, until now. My guess is that rbenv use the...

Correction, zsh4humans **does** have the autoload line, in particular this one: `autoload -Uz +X compinit || return`. --- With the help of [this](https://www.reddit.com/r/zsh/comments/iwbaju/convert_to_the_newer_completion_system/), and editing the completion file `rbenv.zsh` accordingly:...

> I've just verified it again: I've started an instance of zsh with no startup files (no zprofile or zshrc), loaded our (legacy) completion script, and it just works. I...

Thanks for taking your time to reply btw! I will submit a PR with those little changes mentioned above that transition to compsys. However it doesn't have descriptions. I'm actually...