dotfiles/toronto/.config/starship.toml
2020-10-01 09:34:13 +01:00

37 lines
645 B
TOML

add_newline = true
format = """
[┌ $username$hostname](bold green)
[│](bold green) $directory$git_status$git_branch$golang
[└─ $character](bold green)"""
[character]
success_symbol = "[|](bold green)"
error_symbol = "[|](bold red)"
[username]
format = "$user"
disabled = false
show_always = true
[git_branch]
format = "[$symbol$branch]($style)"
style = "bold yellow"
[git_status]
disabled = false
# configure directory
[directory]
truncation_length = 3
truncate_to_repo = false
style = "bold italic #87A752"
[hostname]
ssh_only = false
format = "@$hostname "
disabled = false
[golang]
format = " [\\(go $version\\)](bold cyan)"