2011-01-07 11:42:38 +01:00
|
|
|
/**
|
|
|
|
* Sample configuration and contents
|
|
|
|
*/
|
|
|
|
|
|
|
|
{
|
2011-01-08 17:00:53 +01:00
|
|
|
"banner" : "Welcome back to blash",
|
2011-01-07 11:42:38 +01:00
|
|
|
"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] $ "
|
|
|
|
}
|
|
|
|
|