Skip to content

Fix ElixirLS not loading correctly with Mise (rtx) and Fish #1174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

burrowsca
Copy link

Hi 👋

I was struggling to get ElixirLS to load correctly with Mise and Fish and tracked it down to the launch script not executing the command outputted by mise env -s fish .

Piping the command output into source executes the command correctly rather than it trying to load it like a file.

Using eval is a possible alternative.

You probably know this already but rtx turned into mise so possibly that part of the script is redundant but not doing any harm. I have updated it to keep it consistent.

…omannd outputted by mise (rtx) env command with fish.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant