nixos-config/dotfiles/starship/starship.toml

16 lines
348 B
TOML
Raw Normal View History

"$schema" = 'https://starship.rs/config-schema.json'
format = '$directory$character'
right_format = '$all'
2024-08-26 11:19:54 +03:00
add_newline = true
command_timeout = 2000
[character]
2024-03-25 22:56:56 +03:00
success_symbol = '[➜ ](bold green)'
error_symbol = '[➜ ](bold red)'
#[custom.tztime]
#command = 'date +"%a %d %b %H:%M%p"'
#when = "true"
#format = '\[$symbol($output)\] (purple)'