rstacruz / fish-asdf

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

After brew upgrade fish doesn't find asdf #7

Open winogradoff opened 1 year ago

winogradoff commented 1 year ago

After I updated the versions through brew upgrade, the required config file is now here:

/usr/local/opt/asdf/libexec/asdf.fish

probably should be added here https://github.com/rstacruz/fish-asdf/blob/master/conf.d/asdf.fish

Bastes commented 1 year ago

I've also encountered that problem and reverted to having my asdf configuration in ~/.config/fish/config.fish.

Is this plugin still alive?

ElijahLynn commented 1 year ago

Maybe this is why I get this?:

$ fisher install rstacruz/fish-asdf
fisher install version 4.4.3
source: Error encountered while sourcing file '`':
source: No such file or directory
Fetching https://api.github.com/repos/rstacruz/fish-asdf/tarball/HEAD
Installing rstacruz/fish-asdf
           /Users/user/.config/fish/conf.d/asdf.fish
           /Users/user/.config/fish/completions/asdf.fish
Installed 1 plugin/s
ElijahLynn commented 1 year ago

I added it in a PR #9.

Bastes commented 1 year ago

Looks like a problem solved 👍 thanks 😃

Bastes commented 7 months ago

😅 looks like I've accidentally made the same PR. And that yours hasn't been merged @ElijahLynn ... I'd say the project looks pretty dead, isn't it?

Bastes commented 7 months ago

By the way, there's still a problem even with that merge request: even though the path is right and asdf shell does not complain anymore when I do an asdf shell ..., when I do an asdf current next, I see the global versions instead of the version that I have specified in my asdf shell ... call...

...so I guess something is still broken, maybe at asdf's level or something?

ElijahLynn commented 7 months ago

Can you copy that comment to that PR too?

I haven't used this in a while, but maybe someone else can pick this up.

Bastes commented 7 months ago

Yep, doing it.