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

Only prepend /usr/local/bin to $PATH if its not already there. #64

Merged
merged 2 commits into from
Mar 29, 2023

Commits on Mar 27, 2023

  1. Only prepend /usr/local/bin to $PATH if its not already there.

    As many commons scripts already add it to path, we do not want to overwrite these.
    
    For example brew or conda might have preferences for this not being the first entry, but might already add it. So do not overwrite the path with such a destructive choice if we can already find /usr/local/bin in Path
    emirkmo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    58feb2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10cecb4 View commit details
    Browse the repository at this point in the history