dotfiles/starship/.config/starship.toml
2024-03-12 10:56:19 -04:00

20 lines
259 B
TOML

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