We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa3eb5 commit 0d1d159Copy full SHA for 0d1d159
src/main/scala/org/jboss/aesh/ScalaeshApp.scala
@@ -53,7 +53,7 @@ object ScalaeshApp extends App {
53
val acb = new AeshConsoleBuilder()
54
acb.commandRegistry(acr.create);
55
acb.settings(sb.create);
56
- acb.prompt(new Prompt("[scalaesh@~]$ "));
+ acb.prompt(new Prompt("[aesh@~]$ "));
57
acb.create().start();
58
59
}
0 commit comments