8 lines
160 B
TOML
8 lines
160 B
TOML
# Starship configuration - modern prompt
|
|
add_newline = false
|
|
command_timeout = 1000
|
|
format = "$all"
|
|
right_format = "$time"
|
|
[time]
|
|
format = "%T"
|
|
disabled = false |