dotfiles/.zshenv

11 lines
274 B
Text
Raw Normal View History

#This is used to reload the instance
TRAPUSR1() {
if [[ -o INTERACTIVE ]]; then
exec "${SHELL}"
fi
}
2024-06-01 03:55:57 +01:00
if [[ $(uname) == "Darwin" ]]; then
export JAVA_HOME="/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home"
fi
export LIBVA_DRIVER_NAME=nvidia