When using "Refresh Leiningen Projects" I would like to pass LEIN_JVM_OPTS="-Daether.dependencyCollector.impl=bf" environment variable. This solves a slowness problem in my project when fetching dependencies.
I have setup the environment variable in ~/.zshrc (which solves the problem when running lein from the terminal) but it does not seem to be recognized by the intelliJ plugin
➜ git:(master) echo $LEIN_JVM_OPTS
-Daether.dependencyCollector.impl=bf
➜ git:(master) lein run-dev
:repositories detected in user-level profiles! [:user]
See https://wiki.leiningen.org/Repeatability
... runs normally