Felipe Contreras
Felipe Contreras
Yes, that would be a useful feature and I would accept the patches if the implementation doesn't turn out too complicated. Unfortunately I have a feeling it might be more...
You can do: ```sh ln -s $d/git-completion/git-completion.zsh ~/.zsh/_zsh ln -s $d/git-completion/git-completion.bash ~/.zsh/git-completion.bash ``` Doesn't that work? I guess I could add a symlink on `_zsh -> git-completion.zsh`, but as far...
I thought the code was working for zinit, but apparently it wasn't, so I reorganized everything to put the files in a `src/` directory. It was a hassle, but it...