Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Git] Mac uses Homebrew path #6

Open
beefchimi opened this issue Jan 7, 2022 · 0 comments
Open

[Git] Mac uses Homebrew path #6

beefchimi opened this issue Jan 7, 2022 · 0 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@beefchimi
Copy link
Owner

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

@beefchimi beefchimi added the 🐛 bug Something isn't working label Jan 7, 2022
@beefchimi beefchimi self-assigned this Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant