update Brewfile

This commit is contained in:
Stephen Parkinson
2022-01-25 21:53:14 -08:00
parent 52070bdaca
commit bcfa99d722
2 changed files with 28 additions and 34 deletions

2
zshrc
View File

@@ -43,10 +43,12 @@ if [ "$OSTYPE" = "Darwin" ]; then
elif [ "$ARCH" = "x86_64" ]; then
export PATH="/usr/local/bin:$PATH"
export PATH="/usr/local/sbin:$PATH"
export PATH="/opt/devkitpro/pacman/bin:$PATH"
fi
fi
export DEVKITPRO="/opt/devkitpro"
export DEVKITARM="/opt/devkitpro/devkitARM"
export DEVKITPPC="/opt/devkitpro/devkitPPC"
shownetinfo
if [ "$OSTYPE" = "Linux" ]; then