From 13d3f21572f7c5a02128c88580f9cbf8b586bb03 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Fri, 23 May 2025 15:32:20 +0100 Subject: [PATCH] Add time to shell prompt --- base/.config/starship.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/base/.config/starship.toml b/base/.config/starship.toml index e997ac6..e37b12c 100644 --- a/base/.config/starship.toml +++ b/base/.config/starship.toml @@ -1,6 +1,13 @@ [hostname] ssh_only = false +[time] +disabled = false +format = '[\[ $time \]]($style) ' +time_format = '%T' +utc_time_offset = '+1' + + [line_break] disabled = false