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