-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(homebrew operation): ✨ update PATH with installed formulae (#259)
This allows to make sure that any tool installed for a given repository is made available in the context of that repository. Prior to this change, it was expected that the homebrew bin path was loaded in the PATH environment variable by the user. This slightly changes the update cache format to store the formulae bin paths. A new `--no-cache` parameter has been added to `omni up` in order to allow running `omni up` without taking the cache into account. This option only works for homebrew for now. Closes #256
- Loading branch information
Showing
13 changed files
with
523 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.