You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following message when installing gitnow with fisher:
❯ fisher install joseluisq/gitnow
fisher install version 4.2.0
Fetching https://codeload.github.com/joseluisq/gitnow/tar.gz/HEAD
fisher: Plugin not supported: "joseluisq/gitnow"
Support for .fish files outside a functions directory is deprecated https://github.com/jorgebucaran/fisher/issues/651
How do I avoid that?
Thanks!
The text was updated successfully, but these errors were encountered:
Yeah I have just realized time ago too.
BTW You can also get more context about the "issue" on the description of this PR #30 (comment)
Well basically I did introduce a testing script for Gitnow on the root of this repo weeks ago but without being aware about that "Fisher constraints" in its newest version (already mentioned).
Being said that, this constraint lets me in a crossroad since I don't want to pack my testing scripts to users.
So I can possibly just rename the file to .sh to "bypass" the constraint but It seems non-sense.
For now take a look at the install section in the repo there are few alternatives to install this plugins until we find a proper workaround for Fisher.
Hi!
I get the following message when installing
gitnow
withfisher
:How do I avoid that?
Thanks!
The text was updated successfully, but these errors were encountered: