aboutsummaryrefslogtreecommitdiff
path: root/macos.zsh
blob: a9248b5516ccc2b72a055064fbf4b86780c6aa62 (plain)
1
2
3
4
5
6
7
8
9
10
11
export PATH="/opt/homebrew/opt/bison/bin:$PATH"
export PATH="/opt/homebrew/opt/gawk/libexec/gnubin:$PATH"
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH"
export PATH="/opt/homebrew/opt/expat/bin:$PATH"
export PATH="opt/homebrew/opt/bison/bin:$PATH"
export GNUMAKE="/opt/homebrew/opt/make/libexec/gnubin/make"
export MAKE="/opt/homebrew/opt/make/libexec/gnubin/make"
export PATH="/opt/homebrew/opt/m4:bin$PATH"
alias gcc="/opt/homebrew/bin/gcc-15"
alias gmp="opt/homebrew/Cellar/gmp/6.3.0/include/"