refactor(starship): remove unnecessary configs

This commit is contained in:
2026-01-09 18:47:10 +01:00
committed by GitHub
parent c6cb57f9d1
commit d644f071fd

View File

@@ -1,11 +1,17 @@
add_newline = false add_newline = false
format = """ format = """
$username$directory$git_branch$character $username\
$directory\
$git_branch\
$git_status\
$character
""" """
[character] [character]
success_symbol = " [➜](bold green)" success_symbol = " [➜](bold green)"
error_symbol = " [➜](bold red)" error_symbol = " [➜](bold red)"
vimcmd_symbol = " [](bold green)"
[username] [username]
show_always = true show_always = true
@@ -17,26 +23,10 @@ style = "bold white"
format = " [$path]($style)" format = " [$path]($style)"
[git_branch] [git_branch]
format = "([$branch]) " symbol = " "
style = "bold purple" style = "bold purple"
format = " on [$symbol$branch]($style)"
[battery] [git_status]
disabled = true style = "bold red"
format = '([\[$all_status$ahead_behind\]]($style))'
[jobs]
disabled = true
[package]
disabled = true
[conda]
disabled = true
[time]
disabled = true
[hostname]
disabled = true
[env_var]
disabled = true