Skip to content

v1.3.1

Choose a tag to compare

@unixorn unixorn released this 11 Oct 02:33
· 111 commits to main since this release
46004dd

brew doesn't always use /usr/local/bin any more, and macOS doesn't pass the $PATH from .zshrc/.bashrc to GUI applications which caused problems with a brew-installed version of lima.

prep_environment_for_lima() now adds a list of potential directories to $PATH if they exist and are directories - currently /usr/local/bin, /opt/homebrew/bin and /opt/local/bin.

Closes #24