We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an issue on my Mac where I have 2 (possibly more) versions of git.
git
Since dotf aliases running git, we are mapping to a path that is both suitable for Linux and Mac OS: /usr/bin/git
dotf
Linux
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
/opt/homebrew/bin/git
Maybe I should wrap the alias in a ZORIN condition?
ZORIN
The text was updated successfully, but these errors were encountered:
beefchimi
No branches or pull requests
There is an issue on my Mac where I have 2 (possibly more) versions of
git
.Since
dotf
aliases runninggit
, we are mapping to a path that is both suitable forLinux
andMac 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?The text was updated successfully, but these errors were encountered: