mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
Add timestamp to starship
This commit is contained in:
@@ -1,2 +1,18 @@
|
|||||||
# Don't print a new line at the start of the prompt
|
# Don't print a new line at the start of the prompt
|
||||||
add_newline = false
|
add_newline = false
|
||||||
|
|
||||||
|
[character]
|
||||||
|
error_symbol = "[✖](bold red) "
|
||||||
|
|
||||||
|
[gcloud]
|
||||||
|
disabled = true
|
||||||
|
|
||||||
|
[time]
|
||||||
|
time_format = "%T"
|
||||||
|
format = "🕙 $time($style) "
|
||||||
|
style = "bright-white"
|
||||||
|
disabled = false
|
||||||
|
|
||||||
|
[directory]
|
||||||
|
truncation_length = 5
|
||||||
|
format = "[$path]($style)[$lock_symbol]($lock_style) "
|
||||||
|
Reference in New Issue
Block a user