-
Notifications
You must be signed in to change notification settings - Fork 66
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
fish-shell compatibility #50
Comments
This was added in #33. Is there a problem with fish support? |
I didn't see any documentation about this. The "tested shells" section in the README didn't mention fish-shell and there are no setup instructions for fish-shell specifically... so I assumed there's no support. Maybe documentation about it should be added? |
@douglascamata pull request welcome :) |
I'll see what I can do 👍 |
using
i got
then changing to
i got
i was able to get fish working by skipping scripts/kiex and pointing to scripts/kiex.fish directly
everything but sub-shell worked for me after that thanks for kiex! |
THX! |
The instructions shown during install will have to be updated for fish -- https://github.com/taylor/kiex/blob/master/kiex#L379. It is already done for some parts of the program such as https://github.com/taylor/kiex/blob/master/kiex#L379 I'll get fish setup in my test environment. |
For my elixir version, I manually changed it to this:
|
Any updates on this? |
@jfis, I have an error in kiex.fish (at least for current fish version) |
maybe issue must be closed now? |
fish-shell uses, like me, are very forgotten when it comes to libraries that needs to be loaded into the shell. It would be nice to see some integration here.
The text was updated successfully, but these errors were encountered: