nixos-config/dotfiles/starship/starship.toml

15 lines
348 B
TOML

"$schema" = 'https://starship.rs/config-schema.json'
format = '$directory$character'
right_format = '$all'
add_newline = true
command_timeout = 2000
[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)'