change install stuff

This commit is contained in:
Stephen Parkinson
2021-08-15 14:20:05 -07:00
parent 5c8bc65931
commit a99d46b940
4 changed files with 6 additions and 2 deletions

3
zshrc
View File

@@ -51,3 +51,6 @@ if [ "$OSTYPE" = "Darwin" ]; then
export PATH="/usr/local/sbin:$PATH"
fi
fi
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
export DEVKITPRO="/opt/devkitpro"
export DEVKITARM="/opt/devkitpro/devkitARM"