added formatter and reformated

This commit is contained in:
ISnortPennies 2023-01-19 18:51:32 -05:00
parent 733eda4798
commit e1987d6461
24 changed files with 286 additions and 284 deletions

View file

@ -17,7 +17,7 @@
enable = true;
settings = {
add_newline = false;
format="$sudo \n $directory$git_branch$character";
format = "$sudo \n $directory$git_branch$character";
character = {
success_symbol = "[ ](#9ece6a bold)";
error_symbol = "[ ](#db4b4b bold)";
@ -28,7 +28,7 @@
git_branch = {
style = "bold red";
};
sudo ={
sudo = {
format = "[ ](#7aa2f7)";
disabled = false;
};