Improve starship config
This commit is contained in:
parent
25dd5f8379
commit
b8e747704b
1 changed files with 4 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
|||
format = """
|
||||
[](blue)\
|
||||
$time\
|
||||
[](bg:purple fg:blue)\
|
||||
$sudo$username$hostname$docker_context\
|
||||
|
@ -9,16 +8,15 @@ $directory\
|
|||
$git_branch$git_commit$git_state$git_status\
|
||||
[](bg:#454158 fg:red)\
|
||||
$fill\
|
||||
[](bg:#454158 fg:yellow)\
|
||||
[](bg:yellow fg:#454158)\
|
||||
$status$cmd_duration\
|
||||
[](bg:yellow fg:cyan)\
|
||||
[](bg:cyan fg:yellow)\
|
||||
$jobs\
|
||||
[](cyan)
|
||||
[](blue)\
|
||||
$shell$character
|
||||
"""
|
||||
|
||||
continuation_prompt = "[](blue)[ ](bg:blue)[](blue) "
|
||||
continuation_prompt = "[ ](bg:blue)[](blue) "
|
||||
|
||||
|
||||
[character]
|
||||
|
@ -28,7 +26,6 @@ vicmd_symbol = "[ ](fg:blue bg:cyan)[](cyan)"
|
|||
|
||||
[cmd_duration]
|
||||
min_time = 0
|
||||
show_notifications = true
|
||||
show_milliseconds = true
|
||||
style = "bg:yellow fg:black"
|
||||
format = "[$duration祥]($style)"
|
||||
|
@ -106,4 +103,4 @@ format = "[$time]($style)"
|
|||
show_always = true
|
||||
style_user = "bg:purple"
|
||||
style_root = "bg:purple underline"
|
||||
format = '[$user]($style)'
|
||||
format = "[$user]($style)"
|
||||
|
|
Loading…
Reference in a new issue