Skip to content

[Git] Mac uses Homebrew path #6

@beefchimi

Description

@beefchimi

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?

Screen Shot 2022-01-07 at 9 30 20 AM

Metadata

Metadata

Assignees

Labels

🐛 bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions