Globally disable sbt supershell
问题 Similar to this question I'd like to stop sbt from spamming the shell with messages and blank lines. It stops if I run sbt with the option sbt -Dsbt.supershell=false , but I'd like to disable it globally via a dotfile in ~/.sbt or similar. I could replace the sbt binary with a wrapper which always adds this option, but that seems inelegant. I've tried each of the following in a file called ~/.sbt/1.0/global.sbt and ~/.sbt/1.3/global.sbt , but none have an effect: sbt.supershell := false