nixos-config/configs/starship.toml

14 lines
363 B
TOML

"$schema" = 'https://starship.rs/config-schema.json'
format = '${custom.tztime}$all$directory$character'
add_newline = true # Inserts a blank line between shell prompts
[character]
success_symbol = '[➜](bold green)'
error_symbol = "[➜](bold red)"
[custom.tztime]
command = 'date +"%a %d %b %H:%M%p"'
when = "true"
format = '\[$symbol($output)\] (purple)'