dippin-dotfiles/.config/hilbish/homebrew.lua
2025-02-04 21:06:01 -07:00

9 lines
280 B
Lua
Executable file

-- Homebrew support
local hilbish = require("hilbish")
os.setenv("HOMEBREW_PREFIX", "/opt/homebrew")
os.setenv("HOMEBREW_REPOSITORY", "/opt/homebrew")
os.setenv("HOMEBREW_CELLAR", "/opt/homebrew")
hilbish.appendPath("/opt/homebrew/bin")
hilbish.appendPath("/opt/homebrew/sbin")