aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/profile-macer
blob: 4d3e7fe2a321421a9e5b1364033ea0941e02d514 (plain)
1
2
3
4
5
export PATH=/usr/local/bin:/usr/local/sbin:"$HOME"/Library/Haskell/bin:"$PATH"

# path to GNU coreutils without g prefix
export PATH=/usr/local/opt/coreutils/libexec/gnubin:"$PATH"
export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"