╰─➤ brew install stress 127 ↵
Running `brew update --auto-update`...
装啥都会先自动 update,就很烦,因为太慢了,等半天。如何让 brew 安装软件之前不要 update?
按照 chatGPT 的建议,添加 --no-update
没用
╰─➤ brew install --no-update stress
Running `brew update --auto-update`...
要是想始终生效就把这个环境变量写进
~/.zshrc
里。