mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
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:
parent
eec27882da
commit
a358f5fe56
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user