From 7761db693625dba7f76c9a2e4cc4fd24d950ed86 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 26 Dec 2022 22:23:33 -0500 Subject: [PATCH] Revert "starship: Add date and time" This is no longer needed since we use GNOME as the desktop environment, which makes it easy to see the date and time as needed. --- starship/.config/starship.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 24e2f338..a8c2b11c 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -36,11 +36,6 @@ symbol = "node " version_format = "${major}" disabled = true -[time] -disabled = false -style = "bold cyan" -time_format = "%R (%a, %b %e %Y)" - # Start tty-specific styles [git_commit]