dotfiles/.zshenv

8 lines
199 B
Text
Raw Normal View History

#This is used to reload the instance
TRAPUSR1() {
if [[ -o INTERACTIVE ]]; then
exec "${SHELL}"
fi
}
2024-03-30 19:08:04 +00:00
export JAVA_HOME="/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home"