Fish shell support #66
Closed
josephschmitt
started this conversation in
Ideas
Replies: 5 comments 5 replies
|
I've tried re-directing as much of the bash code as I can to |
0 replies
|
You're correct that Fish does bot work. Unfortunately we don't know Fish at all, but we would love to support it if someone contributed to it. |
0 replies
|
If you'd like to contribute I believe the two things that are needed are:
|
4 replies
|
Released in |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It seems like hermit doesn't work in fish at all. At first I thought it was just the shell hooks, which after looking through the hermit source code didn't seem like it'd be that difficult to add fish support to.
But it seems like none of the activation logic works in fish either. Fish syntax isn't compatible with bash/zsh syntax, so things pretty much just break.
Are there any plans to add support for fish?
All reactions