18 lines
349 B
JSON
18 lines
349 B
JSON
/**
|
|
* Sample configuration and contents
|
|
*/
|
|
|
|
{
|
|
"banner" : "Welcome back to blash<br/><br/>",
|
|
"machine" : "localhost",
|
|
|
|
/**
|
|
* Macros for promptText:
|
|
* #{xxx} or #{xxxxxx} - use the specified HTML colour
|
|
* %n - username
|
|
* %m - machine name
|
|
* %W - current working directory
|
|
*/
|
|
"promptText" : "[#{800}%n#{888}@#{800}%m#{888} %W] $ "
|
|
}
|
|
|