fix
This commit is contained in:
parent
135a196f9a
commit
dfa1d3ad24
3 changed files with 44 additions and 5 deletions
13
config.h
13
config.h
|
@ -13,11 +13,14 @@ typedef struct {
|
|||
#define PC_CHAR "%"
|
||||
|
||||
static PARAMETR CONFIG[] = {
|
||||
{"Krnl ", GetKernel},
|
||||
{"User ", GetUser},
|
||||
{"Os ", PrintOs},
|
||||
{" ", Blank},
|
||||
{" ", PrintColors}
|
||||
{"Os > ", PrintOs},
|
||||
{"Krnl > ", GetKernel},
|
||||
{"User > ", GetUser},
|
||||
{"Uptm > ", GetUptime},
|
||||
{"Arch > ", GetArch},
|
||||
{"Shll > ", GetShell},
|
||||
{" ", Blank},
|
||||
{" ", PrintColors}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue