danhper / fundle

A minimalist package manager for fish shell
MIT License
375 stars 22 forks source link

[Suggestion] Install files in seperate directories #57

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