.config/starship.toml aktualisiert

This commit is contained in:
2025-10-27 17:05:55 +00:00
parent 2ea92f957e
commit 2cb809823d

View File

@@ -1,45 +1,66 @@
command_timeout = 500 command_timeout = 500
format = "$directory$git_branch$python$time$cmd_duration$character" add_newline = false
[line_break] format = "$directory$git_branch$git_status$git_commit$git_metrics$git_state$python$cmd_duration$fill$time$line_break$character"
disabled = true [line_break]
disabled = false
[character]
success_symbol = "[➜](bold green) " [fill]
error_symbol = "[✗](bold red) " symbol = " "
[cmd_duration] [character]
min_time = 500 success_symbol = "[➜](bold green) "
format = "took [$duration](bold yellow) " error_symbol = "[✗](bold red) "
[directory] [cmd_duration]
read_only = " " min_time = 500
truncation_length = 3 format = "took [$duration](bold yellow) "
truncation_symbol = "~/"
[directory]
[git_branch] read_only = " 🔒"
symbol = "  " truncation_length = 3
style = "bold #e8ec00 inverted" truncation_symbol = ".../"
format = "on [$symbol$branch ]($style) " repo_root_style = "underline #1adb00 "
[python] [git_branch]
format = ' [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)' symbol = " 📦 "
python_binary = ['./venv/bin/python', './.venv/bin/python', 'python', 'python3', 'python2'] style = "bold #c79202 inverted"
format = "on [$symbol$branch ]($style) "
[time]
disabled = false [python]
format = '[ 🕙 $time ]($style) ' format = ' [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
time_format = "%H:%M:%S" python_binary = ['./venv/bin/python', './.venv/bin/python', 'python', 'python3', 'python2']
# utc_time_offset = ""
style = "bold bg:#8a15e2" [time]
disabled = false
[git_commit] format = '[ 🕙 $time ]($style)'
disabled = true time_format = "%H:%M:%S"
# utc_time_offset = ""
[git_state] style = "bold bg:#8a15e2"
disabled = true
[git_commit]
[git_status] commit_hash_length = 4
disabled = true tag_symbol = '🔖 '
[package] [git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
cherry_pick = '[🍒 PICKING](bold red)'
[git_metrics]
added_style = 'bold blue'
format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
[git_status]
conflicted = '🏳'
ahead = '🏎💨'
behind = '😰'
diverged = '😵'
up_to_date = '👌'
untracked = '🤷'
stashed = '📦'
modified = '📝'
staged = '[++\($count\)](green)'
renamed = '👅'
deleted = '🗑'
[package]
disabled = true disabled = true