jorgebucaran / fisher

A plugin manager for Fish
https://git.io/fisher
MIT License
7.53k stars 257 forks source link

[Suggestion] Install plugins to seperate directories #709

Closed NextAlone closed 2 years ago

NextAlone commented 2 years ago

Such ad install a plugin with struct below

functions/foo.fish
completions/foo.fish

Install these to fisher dir with this struct, create a dir with plugin name

~/.config/fish/functions/foo/foo.fish
~/.config/fish/completions/foo/foo.fish
jorgebucaran commented 2 years ago

No can do, I'm afraid that would make it harder to autoload functions and completions on startup.