fish/functions/headed_java.fish @ 6f429206629f

Fucking broken garbage hg-git is hosed for https mercurial urls and I have no idea why
author Steve Losh <steve@stevelosh.com>
date Sat, 02 Feb 2019 15:58:34 -0500
parents ec4852a72664
children (none)
function headed_java -d "Put Java into headed mode"
    echo "Changing _JAVA_OPTIONS"
    echo "from: $_JAVA_OPTIONS"
    set -g -e _JAVA_OPTIONS
    echo "  to: $_JAVA_OPTIONS"
end