There is an issue on my Mac where I have 2 (possibly more) versions of git.
Since dotf aliases running git, we are mapping to a path that is both suitable for Linux and Mac OS:
/usr/bin/git
But, calling that path on my Mac results in some weird errors and a long delay.
The path I really want to use on Mac is:
/opt/homebrew/bin/git
Maybe I should wrap the alias in a ZORIN condition?

There is an issue on my Mac where I have 2 (possibly more) versions of
git.Since
dotfaliases runninggit, we are mapping to a path that is both suitable forLinuxandMac OS:/usr/bin/gitBut, calling that path on my Mac results in some weird errors and a long delay.
The path I really want to use on Mac is:
/opt/homebrew/bin/gitMaybe I should wrap the alias in a
ZORINcondition?