Eentje in de categorie omdat het kan. Ik heb mijn Starship nu zo geconfigureerd dat het er, in ieder geval op het eerste gezicht, net zo uitziet als de standaard BASH shell waar veel Linux distributies mee komen.

Waarom? Omdat het kan en omdat ik de stijl daarvan altijd wel waardeer. Je ziet wat je moet zien op een manier die netjes geordend is zonder visuele poespas.

Hoe ziet mijn configuratie er dan nu uit vraag je je af?

En hoe ziet de configuratie daarvan eruit?

format = '\[$username@$hostname $directory\]$git_branch$git_status$character '
add_newline = false
continuation_prompt = '[>](gray) '

[username]
format = '[$user]($style)'
show_always = true
style_root = 'bold yellow'
style_user = 'gray'

[hostname]
format = '[$hostname]($style)'
ssh_only = false
style = 'gray'

[directory]
format = '[$path]($style)[$read_only]($read_only_style)'
style = 'bold blue'
read_only = ' (ro)'
read_only_style = 'bold red'

[git_branch]
format = '  [$symbol$branch(:$remote_branch)]($style) '

[character]
format = '$symbol'
success_symbol = '[\$](gray)'
error_symbol = '[\$](bold red)'