IlanCosman/tide

Binaries not found

KleinSamuel opened this issue · 0 comments

Hello,

I am new to using the Fish shell and tide and I encounter the following issue:

Some binaries are not found even though their location is added to the PATH variable.
For example: The "git" binary is under /usr/bin/git and "echo $PATH" prints "/usr/bin". When in the fish shell, I can
execute the git binary by just typing "git", which ensures me that the path is indeed working.
When I change into a folder that contains a git repository, tide wants to display additional information to the fish prompt which uses the git command but fish gives me the following error: "fish: Unknown command: git"

Is there any additional configuration needed?
Thanks for the help!