Update starship config
This commit is contained in:
parent
ff14cd3192
commit
e90b442a58
2 changed files with 17 additions and 17 deletions
|
@ -12,9 +12,9 @@ $fill\
|
|||
$cmd_duration\
|
||||
[](bg:red fg:yellow)\
|
||||
$status\
|
||||
[](bg:black fg:red)\
|
||||
[](bg:white fg:red)\
|
||||
$shell\
|
||||
[](bg:cyan fg:black)\
|
||||
[](bg:cyan fg:white)\
|
||||
$jobs\
|
||||
[](cyan)
|
||||
$character
|
||||
|
@ -42,7 +42,7 @@ style = "bg:green fg:black"
|
|||
format = "[$read_only$path]($style)"
|
||||
|
||||
[docker_context]
|
||||
style = "bg:purple"
|
||||
style = "bg:purple fg:black"
|
||||
symbol = ""
|
||||
format = "[ $symbol$context]($style)"
|
||||
|
||||
|
@ -72,7 +72,7 @@ format = '[\[$all_status$ahead_behind\]]($style)'
|
|||
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
style = "bg:purple"
|
||||
style = "bg:purple fg:black"
|
||||
format = "[@$hostname]($style)"
|
||||
trim_at = ""
|
||||
|
||||
|
@ -83,7 +83,7 @@ symbol = ""
|
|||
format = "[$symbol$number]($style)"
|
||||
|
||||
[python]
|
||||
style = "bg:purple"
|
||||
style = "bg:purple fg:black"
|
||||
format = '[ \($virtualenv $version\)]($style)'
|
||||
detect_extensions = []
|
||||
detect_files = []
|
||||
|
@ -94,12 +94,12 @@ fish_indicator = ""
|
|||
zsh_indicator = '%%'
|
||||
powershell_indicator = ""
|
||||
unknown_indicator = ""
|
||||
style = "bg:black fg:white"
|
||||
style = "bg:white fg:black"
|
||||
format = '[$indicator]($style)'
|
||||
disabled = false
|
||||
|
||||
[sudo]
|
||||
style = "bg:purple"
|
||||
style = "bg:purple fg:black"
|
||||
symbol = ""
|
||||
format = "[$symbol]($style)"
|
||||
disabled = false
|
||||
|
@ -111,11 +111,11 @@ format = "[$status]($style)"
|
|||
|
||||
[time]
|
||||
disabled = false
|
||||
style = "bg:blue"
|
||||
style = "bg:blue fg:black"
|
||||
format = "[$time]($style)"
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "bg:purple"
|
||||
style_root = "bg:purple underline"
|
||||
style_user = "bg:purple fg:black"
|
||||
style_root = "bg:purple fg:black underline"
|
||||
format = "[$user]($style)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue