From 87a378acd835b87c62a3869c3af2da118042a63a Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Sat, 1 Jun 2024 15:24:10 -0700 Subject: [PATCH] updated time on starship prompt --- roles/starship/files/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/starship/files/starship.toml b/roles/starship/files/starship.toml index 238292e..3732357 100644 --- a/roles/starship/files/starship.toml +++ b/roles/starship/files/starship.toml @@ -21,7 +21,7 @@ $character""" [time] disabled = false -time_format = "%I:%M" # Hour:Minute Format +time_format = "%m/%d %-l:%M:%S%P" # Hour:Minute Format format = '[$time ]($style)' style = "brightblack"