2023-04-02 20:10:34 -04:00
|
|
|
# Brew, gnuutils
|
|
|
|
export HOMEBREW_PREFIX="/opt/homebrew";
|
|
|
|
export HOMEBREW_CELLAR="/opt/homebrew/Cellar";
|
|
|
|
export HOMEBREW_REPOSITORY="/opt/homebrew";
|
2023-05-27 20:29:07 -04:00
|
|
|
export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
|
|
|
|
|
2023-04-02 20:10:34 -04:00
|
|
|
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:";
|
|
|
|
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";
|
2023-04-23 00:49:51 -04:00
|
|
|
export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"
|
2023-04-23 01:50:48 -04:00
|
|
|
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
|
2023-05-27 20:29:07 -04:00
|
|
|
export PATH=$PATH:/Users/lizzy/.spicetify
|
|
|
|
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";
|
2023-09-14 11:25:00 -04:00
|
|
|
export PATH="/Users/lizzy/.bun/bin/:$PATH"
|
2023-09-28 23:27:34 -04:00
|
|
|
export PATH="/opt/homebrew/opt/erlang@25/bin:$PATH"
|
2023-04-02 20:10:34 -04:00
|
|
|
|
|
|
|
# asdf
|
2023-09-14 11:25:00 -04:00
|
|
|
. $(brew --prefix asdf)/libexec/asdf.sh
|
2023-05-27 20:29:07 -04:00
|
|
|
|
2024-03-01 13:54:18 -05:00
|
|
|
# export DARK_MODE=True
|
2024-02-04 16:10:00 -05:00
|
|
|
|
2023-05-27 20:29:07 -04:00
|
|
|
export PATH=$PATH:/Users/lizzy/.spicetify
|
2024-03-01 13:54:18 -05:00
|
|
|
|
|
|
|
source /Users/lizzy/.wasmer/wasmer.sh
|