Re-enable time in starship
This commit is contained in:
parent
ff8f2a1b1a
commit
35f4e0c88f
1 changed files with 4 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue