rstacruz / fish-asdf

Fish shell integrations for asdf version manager
MIT License
39 stars 16 forks source link

Update asdf.fish -- adding `/usr/local/opt/asdf/libexec/asdf.fish` to the list of possible locations for the `asdf.fish` config file #11

Closed Bastes closed 7 months ago

Bastes commented 7 months ago

Noticed my homebrewed asdf install was not shell-powered by rstacruz/fish-asdf, I realized my (non-tuned) Homebrew 4.2.8 version has put the asdf.fish file in /usr/local/opt/asdf/libexec/asdf.fish which is not listed in the possible sources of this plugin.

So here's me suggesting the change :) I've tested locally and it works.

Bastes commented 7 months ago

Arf. Looks like this is the same as #9 ; closing for duplication.