tide icon indicating copy to clipboard operation
tide copied to clipboard

Binaries not found

Open KleinSamuel opened this issue 1 year ago • 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!

KleinSamuel avatar Jun 02 '23 13:06 KleinSamuel