blash/system/default_blashrc.json

19 lines
339 B
JSON
Raw Normal View History

2011-01-07 11:42:38 +01:00
/**
* Sample configuration and contents
*/
{
"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] $ "
}