feat(starship): add starship.toml

This commit is contained in:
2026-01-09 11:26:17 +01:00
committed by GitHub
parent 19b47322e1
commit c6cb57f9d1

42
starship.toml Normal file
View File

@@ -0,0 +1,42 @@
add_newline = false
format = """
$username$directory$git_branch$character
"""
[character]
success_symbol = "[➜](bold green)"
error_symbol = "[➜](bold red)"
[username]
show_always = true
format = "[$user](bold cyan) "
[directory]
truncation_length = 3
style = "bold white"
format = "[$path]($style) "
[git_branch]
format = "([$branch]) "
style = "bold purple"
[battery]
disabled = true
[jobs]
disabled = true
[package]
disabled = true
[conda]
disabled = true
[time]
disabled = true
[hostname]
disabled = true
[env_var]
disabled = true