.config/starship.toml aktualisiert
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
command_timeout = 500
|
command_timeout = 500
|
||||||
format = "$directory$git_branch$python$time$cmd_duration$character"
|
add_newline = false
|
||||||
|
format = "$directory$git_branch$git_status$git_commit$git_metrics$git_state$python$cmd_duration$fill$time$line_break$character"
|
||||||
[line_break]
|
[line_break]
|
||||||
disabled = true
|
disabled = false
|
||||||
|
|
||||||
|
[fill]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[➜](bold green) "
|
success_symbol = "[➜](bold green) "
|
||||||
@@ -12,13 +16,14 @@ min_time = 500
|
|||||||
format = "took [$duration](bold yellow) "
|
format = "took [$duration](bold yellow) "
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
read_only = " "
|
read_only = " 🔒"
|
||||||
truncation_length = 3
|
truncation_length = 3
|
||||||
truncation_symbol = "~/"
|
truncation_symbol = ".../"
|
||||||
|
repo_root_style = "underline #1adb00 "
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = " "
|
symbol = " 📦 "
|
||||||
style = "bold #e8ec00 inverted"
|
style = "bold #c79202 inverted"
|
||||||
format = "on [$symbol$branch ]($style) "
|
format = "on [$symbol$branch ]($style) "
|
||||||
|
|
||||||
[python]
|
[python]
|
||||||
@@ -27,19 +32,35 @@ python_binary = ['./venv/bin/python', './.venv/bin/python', 'python', 'python3',
|
|||||||
|
|
||||||
[time]
|
[time]
|
||||||
disabled = false
|
disabled = false
|
||||||
format = '[ 🕙 $time ]($style) '
|
format = '[ 🕙 $time ]($style)'
|
||||||
time_format = "%H:%M:%S"
|
time_format = "%H:%M:%S"
|
||||||
# utc_time_offset = ""
|
# utc_time_offset = ""
|
||||||
style = "bold bg:#8a15e2"
|
style = "bold bg:#8a15e2"
|
||||||
|
|
||||||
[git_commit]
|
[git_commit]
|
||||||
disabled = true
|
commit_hash_length = 4
|
||||||
|
tag_symbol = '🔖 '
|
||||||
|
|
||||||
[git_state]
|
[git_state]
|
||||||
disabled = true
|
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]
|
[git_status]
|
||||||
disabled = true
|
conflicted = '🏳'
|
||||||
|
ahead = '🏎💨'
|
||||||
|
behind = '😰'
|
||||||
|
diverged = '😵'
|
||||||
|
up_to_date = '👌'
|
||||||
|
untracked = '🤷'
|
||||||
|
stashed = '📦'
|
||||||
|
modified = '📝'
|
||||||
|
staged = '[++\($count\)](green)'
|
||||||
|
renamed = '👅'
|
||||||
|
deleted = '🗑'
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
disabled = true
|
disabled = true
|
||||||
Reference in New Issue
Block a user