import sbt._ import Keys._ object ShellPrompt extends Plugin { override def settings = Seq( shellPrompt := CustomShellPrompt.customPrompt ) }