jorgebucaran / fisher

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

Suppress top-level file deprecation warning #666

Closed jorgebucaran closed 3 years ago

jorgebucaran commented 3 years ago

Fish common directories are well-known. Let's remove the warning (or make it less confusing).

$ fisher install pipo
fisher: Plugin not supported: "/home/jb/pipo"
Support for .fish files outside a functions directory is deprecated https://github.com/jorgebucaran/fisher/issues/651
Installing /home/jb/pipo
           /home/jb/.config/fish/functions/pipo.fish
Updated 1 plugin/s
joseluisq commented 3 years ago

Great, The motivation comes really from https://github.com/joseluisq/gitnow/issues/34

joseluisq commented 3 years ago

Just a comment: Do you mean fisher: Plugin not supported: or fisher: Plugin file not supported: ? Because Fisher installs the plug-in anyway.

jorgebucaran commented 3 years ago

I decided to go ahead and remove the warning. As you said, Fish dirs are well-known. 🎉