2023-05-11 14:03:37 +00:00
|
|
|
"$schema" = 'https://starship.rs/config-schema.json'
|
|
|
|
|
2023-12-30 13:40:11 +00:00
|
|
|
#format = '${custom.tztime}$all$directory$character'
|
|
|
|
format = '$directory$character'
|
|
|
|
right_format = '$all'
|
|
|
|
add_newline = true # Inserts a blank line between shell prompts
|
2023-05-11 14:03:37 +00:00
|
|
|
|
|
|
|
[character]
|
2024-03-25 19:56:56 +00:00
|
|
|
success_symbol = '[➜ ](bold green)'
|
|
|
|
error_symbol = '[➜ ](bold red)'
|
2023-05-11 14:03:37 +00:00
|
|
|
|
2024-01-03 18:38:59 +00:00
|
|
|
#[custom.tztime]
|
|
|
|
#command = 'date +"%a %d %b %H:%M%p"'
|
|
|
|
#when = "true"
|
|
|
|
#format = '\[$symbol($output)\] (purple)'
|