ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
22.02k stars 536 forks source link

Errors when accessing network drive on windows via git bash #844

Open lobneroO opened 3 months ago

lobneroO commented 3 months ago

While cding into a network drive (i.e. actually using cd, not zoxide) from Windows in Git-Bash, zoxide was throwing errors Bash would tell me, that the zoxide executable is not a directory (which I don't know why it would thinkt hat) and zoxide would tell me that paths are invalid while navigating to them was actually successful.

image