dotfiles/starship/.config/starship.toml

20 lines
259 B
TOML
Raw Normal View History

format = """$directory$fill\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
2024-03-12 14:56:19 +00:00
$git_status\
$time
$character"""
[directory]
truncate_to_repo = false
style = 'bold green'
repo_root_style = 'bold cyan'
[git_branch]
symbol = '🌱 '
2024-03-12 14:56:19 +00:00
[time]
disabled = false