-
Notifications
You must be signed in to change notification settings - Fork 200
Fish shell support #185
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededpriority: nextImportant follow-up after critical correctness workImportant follow-up after critical correctness work
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededpriority: nextImportant follow-up after critical correctness workImportant follow-up after critical correctness work
Hi!
I just started setting this up to experiment with. I love how it works at a high level but have had trouble with my setup which is definitely unusual, so feel free to close this.
I'm running
which means a lot of the traditional pieces for scanning things, or locating binaries may not work. Since fish isn't supported, the path extraction didn't work until I manually added something to
~/.profile- but it'd be nice to have it work without that.On this same setup, right now, I get a "Couldn't load this folder" error when adding a new directory for a project. The error details is
Litter.ClientError.Rpc("sever error -32604: failed to spawn command: No such file or directory (os error 2)"). I'm still hunting through the code to figure out what command is being spawned here and re-creating it in a non-interactive shell.