mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
5 lines
156 B
Bash
5 lines
156 B
Bash
# 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
|