starship: Add date and time

This makes it easier to keep track of what date and time it is when
using kitty in fullscreen mode.
This commit is contained in:
Donovan Glover 2022-12-15 11:45:05 -05:00
parent eec27882da
commit a358f5fe56
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -36,6 +36,11 @@ 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]