dotfiles/system/.config/starship/config.toml
Severin Kaderli 8d45d0056f
All checks were successful
continuous-integration/drone/push Build is passing
Update Starship configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2020-10-04 18:26:17 +02:00

22 lines
No EOL
433 B
TOML

# Don't print a new line at the start of the prompt
add_newline = false
format = "${time}${directory}${git_branch}${line_break}${character}"
[character]
success_symbol = "[➜](bold green)"
error_symbol = "[➜](bold red)"
[directory]
truncate_to_repo = false
format = "in [$path]($style)[$read_only]($read_only_style) "
[hostname]
ssh_only = false
[time]
disabled = false
format = "[$time]($style) "
[git_branch]
symbol = ""