Improve starship config

This commit is contained in:
Tobias Reisinger 2022-03-28 17:12:49 +02:00
parent 25dd5f8379
commit b8e747704b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -1,5 +1,4 @@
format = """ format = """
[](blue)\
$time\ $time\
[](bg:purple fg:blue)\ [](bg:purple fg:blue)\
$sudo$username$hostname$docker_context\ $sudo$username$hostname$docker_context\
@ -9,16 +8,15 @@ $directory\
$git_branch$git_commit$git_state$git_status\ $git_branch$git_commit$git_state$git_status\
[](bg:#454158 fg:red)\ [](bg:#454158 fg:red)\
$fill\ $fill\
[](bg:#454158 fg:yellow)\ [](bg:yellow fg:#454158)\
$status$cmd_duration\ $status$cmd_duration\
[](bg:yellow fg:cyan)\ [](bg:cyan fg:yellow)\
$jobs\ $jobs\
[](cyan) [](cyan)
[](blue)\
$shell$character $shell$character
""" """
continuation_prompt = "[](blue)[ ](bg:blue)[](blue) " continuation_prompt = "[ ](bg:blue)[](blue) "
[character] [character]
@ -28,7 +26,6 @@ vicmd_symbol = "[ ](fg:blue bg:cyan)[](cyan)"
[cmd_duration] [cmd_duration]
min_time = 0 min_time = 0
show_notifications = true
show_milliseconds = true show_milliseconds = true
style = "bg:yellow fg:black" style = "bg:yellow fg:black"
format = "[$duration祥]($style)" format = "[$duration祥]($style)"
@ -106,4 +103,4 @@ format = "[$time]($style)"
show_always = true show_always = true
style_user = "bg:purple" style_user = "bg:purple"
style_root = "bg:purple underline" style_root = "bg:purple underline"
format = '[$user]($style)' format = "[$user]($style)"