Closed falcon-Z closed 1 year ago
It doesn't look like a turso
problem because fish doesn't even find the binary.
I'm not aware of fish internals, but I'd start debugging this by taking a look at your $PATH
variable in both shells.
What probably is happening is that you've added the folder in which turso
is installed to your PATH
on some scrip that only bash runs (e.g. .bashrc
).
You can find turso
path by running which turso
on bash.
You should also add it to some script fish runs on startup.
Let me know if that helps! I'll close the issue, but feel free to reopen if you can't move forward or find more info.
I'm having an issue with running turso from fish shell. When I type
turso
in fish, I getturso: command not found
. However, when I switch to bash shell, turso works fine and shows the expected output. Here is the transcript of my terminal session: