move config from old m1 to new
This commit is contained in:
parent
9067e66713
commit
5566489848
@ -2,12 +2,17 @@
|
|||||||
export HOMEBREW_PREFIX="/opt/homebrew";
|
export HOMEBREW_PREFIX="/opt/homebrew";
|
||||||
export HOMEBREW_CELLAR="/opt/homebrew/Cellar";
|
export HOMEBREW_CELLAR="/opt/homebrew/Cellar";
|
||||||
export HOMEBREW_REPOSITORY="/opt/homebrew";
|
export HOMEBREW_REPOSITORY="/opt/homebrew";
|
||||||
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";
|
export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
|
||||||
|
|
||||||
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:";
|
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:";
|
||||||
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";
|
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}";
|
||||||
export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
|
|
||||||
export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"
|
export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"
|
||||||
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
|
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
|
||||||
|
export PATH=$PATH:/Users/lizzy/.spicetify
|
||||||
|
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}";
|
||||||
|
|
||||||
# asdf
|
# asdf
|
||||||
. /opt/homebrew/opt/asdf/libexec/asdf.sh
|
. /opt/homebrew/opt/asdf/libexec/asdf.sh
|
||||||
|
|
||||||
|
|
||||||
|
export PATH=$PATH:/Users/lizzy/.spicetify
|
Loading…
Reference in New Issue
Block a user