jabba v0.7.0 Release Notes

Release Date: 2017-05-12 // almost 7 years ago
  • โž• Added

    • Ability to change the location of ~/.jabba with JABBA_HOME env variable (e.g. curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | JABBA_HOME=/opt/jabba bash && . /opt/jabba/jabba.sh)
    • ๐Ÿ”– --home flag for jabba which (jabba which --home <jdk_version> returns $JABBA_DIR/jdk/<jdk_version>/Contents/Home on macOS and $JABBA_DIR/jdk/<jdk_version> everywhere else)

    ๐Ÿ”„ Changed

    • ~ directory referencing inside shell integration scripts (path to home directory is now determined by $PATH).

    ๐Ÿ›  Fixed

    • jabba deactivate escaping.
    • JAVA_HOME propagation in Fish shell on CentOS 7.