rice/starship/starship.toml
2025-10-15 15:11:59 +02:00

22 lines
407 B
TOML

"$schema" = 'https://starship.rs/config-schema.json'
format = """
$username@$hostname: $character"""
right_format = """
$directory\
$git_status$git_branch
"""
[hostname]
ssh_only = false
style = 'bold blue dimmed'
format = '[$hostname]($style)'
[username]
show_always = true
format = '[$user]($style)'
[directory]
fish_style_pwd_dir_length = 1
[sudo]
style = 'bold green'
symbol = 'SUDO'
disabled = false