oops, missed a file save...
This commit is contained in:
parent
81f1f6f9ca
commit
f40207c455
1 changed files with 15 additions and 0 deletions
|
@ -78,6 +78,21 @@ in
|
|||
style = "green bold";
|
||||
};
|
||||
|
||||
os = {
|
||||
format = "[$symbol](bold white) ";
|
||||
disabled = false;
|
||||
|
||||
symbols = {
|
||||
Windows = " ";
|
||||
Arch = "";
|
||||
Ubuntu = "";
|
||||
Macos = "";
|
||||
Manjaro = " ";
|
||||
Nobara = " ";
|
||||
Unknown = "";
|
||||
};
|
||||
};
|
||||
|
||||
character = {
|
||||
success_symbol = "[└>](green bold)";
|
||||
error_symbol = "[└x](red bold)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue