dotfiles/starship/.config/starship.toml

16 lines
227 B
TOML
Raw Normal View History

format = """$directory$fill\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status
$character"""
[directory]
truncate_to_repo = false
style = 'bold green'
repo_root_style = 'bold cyan'
[git_branch]
symbol = '🌱 '