02-15-25 update

This commit is contained in:
2025-02-15 20:31:57 -05:00
parent 95c4f2bb0c
commit 7326ab40f0
13 changed files with 77 additions and 48 deletions

View File

@@ -15,7 +15,7 @@
"($ssh_symbol)($username)($hostname)($nix_shell)(bold white)($cmd_duration)($character)"
"($git_branch)($git_status)($rust)"
"($directory)"
"$line_break[ > ](bold #89b4fa)"
"$line_break[ ](bold #89b4fa)"
];
username = {
@@ -42,7 +42,7 @@
};
cmd_duration = {
format = "[ 󰔛 $duration]($style)";
format = "[󰔛 $duration]($style)";
disabled = false;
style = "bg:none fg:#f9e2af";
show_notifications = false;