You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dotfiles/.bash_profile.after.dist

5 lines
202 B

#!/usr/bin/env bash
# Use a different JAVA_HOME and maven directory than what is defined in `.bash_profile`
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
export PATH="${PATH}:/usr/bin/maven/bin"