Scala REPL のプロンプトを変更したい。次のように、パワーモードでプロンプトを変更できることがわかりました。
scala>
scala> :power
** Power User mode enabled - BEEP WHIR GYVE **
** :phase has been set to 'typer'. **
** scala.tools.nsc._ has been imported **
** global._, definitions._ also imported **
** Try :help, :vals, power.<tab> **
scala> repl.setPrompt("\ncool prompt!> ")
cool prompt!>
initialCommands
これを通常モードまたはsbt コンソールで実行したいと考えています。誰もこれを行う方法を知っていますか?