pztrn
297f6d82ed
* Added new app: gitinfo, for retrieving git information. * Default (and only one for this time) prompt is now using gitinfo app for showing git status in current directory.
5 lines
73 B
Bash
5 lines
73 B
Bash
function showcolors()
|
|
{
|
|
log 0 "Here will be a colors-showing app."
|
|
}
|