Re-enable time in starship

This commit is contained in:
Tobias Reisinger 2023-06-27 23:38:39 +02:00
parent ff8f2a1b1a
commit 35f4e0c88f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -1,5 +1,7 @@
format = """
[](fg:#454158 bg:blue)\
[](fg:#454158 bg:yellow)\
$time\
[](fg:yellow bg:blue)\
$username$hostname$docker_context\
$python$nix_shell\
[](bg:green fg:blue)\
@ -117,7 +119,7 @@ format = "[$status]($style)"
[time]
disabled = false
style = "bg:purple fg:black"
style = "bg:yellow fg:black"
format = "[$time]($style)"
[username]