.s/scripts/machine-specific-zsh/mikasa.local.zsh

13 lines
503 B
Bash
Raw Normal View History

# Brew, gnuutils
export HOMEBREW_PREFIX="/opt/homebrew";
export HOMEBREW_CELLAR="/opt/homebrew/Cellar";
export HOMEBREW_REPOSITORY="/opt/homebrew";
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:";
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";
export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
2023-04-23 00:49:51 -04:00
export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"
# asdf
. /opt/homebrew/opt/asdf/libexec/asdf.sh