mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
feat: manage Java 11 with Mise on Fedora WSL
This commit is contained in:
4
dotfiles/workstation_dev_wsl/.bashrc.d/30-mise.sh
Normal file
4
dotfiles/workstation_dev_wsl/.bashrc.d/30-mise.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
# Activate Mise for interactive Bash sessions, including JAVA_HOME for its JDKs.
|
||||
if command -v mise >/dev/null 2>&1; then
|
||||
eval "$(mise activate bash)"
|
||||
fi
|
||||
Reference in New Issue
Block a user