Waste more time in configuring starship :^)
This commit is contained in:
parent
b8e747704b
commit
4f4c5f5c26
1 changed files with 16 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
format = """
|
||||
$time\
|
||||
[](bg:purple fg:blue)\
|
||||
$sudo$username$hostname$docker_context\
|
||||
$sudo$username$hostname$docker_context$python\
|
||||
[](bg:green fg:purple)\
|
||||
$directory\
|
||||
[](bg:red fg:green)\
|
||||
|
@ -10,19 +10,21 @@ $git_branch$git_commit$git_state$git_status\
|
|||
$fill\
|
||||
[](bg:yellow fg:#454158)\
|
||||
$status$cmd_duration\
|
||||
[](bg:cyan fg:yellow)\
|
||||
[](bg:black fg:yellow)\
|
||||
$shell\
|
||||
[](bg:cyan fg:black)\
|
||||
$jobs\
|
||||
[](cyan)
|
||||
$shell$character
|
||||
$character
|
||||
"""
|
||||
|
||||
continuation_prompt = "[ ](bg:blue)[](blue) "
|
||||
continuation_prompt = "[](fg:#454158 bg:blue)[](blue) "
|
||||
|
||||
|
||||
[character]
|
||||
success_symbol = "[ ](fg:blue bg:green)[](green)"
|
||||
error_symbol = "[ ](fg:blue bg:red)[](red)"
|
||||
vicmd_symbol = "[ ](fg:blue bg:cyan)[](cyan)"
|
||||
success_symbol = "[](fg:#454158 bg:green)[](green)"
|
||||
error_symbol = "[](fg:#454158 bg:red)[](red)"
|
||||
vicmd_symbol = "[](fg:#454158 bg:cyan)[](cyan)"
|
||||
|
||||
[cmd_duration]
|
||||
min_time = 0
|
||||
|
@ -73,13 +75,19 @@ style = "bg:cyan fg:black"
|
|||
symbol = ""
|
||||
format = "[$symbol$number]($style)"
|
||||
|
||||
[python]
|
||||
style = "bg:purple"
|
||||
format = '[ \($virtualenv $version\)]($style)'
|
||||
detect_extensions = []
|
||||
detect_files = []
|
||||
|
||||
[shell]
|
||||
bash_indicator = '\$'
|
||||
fish_indicator = ""
|
||||
zsh_indicator = '%%'
|
||||
powershell_indicator = ""
|
||||
unknown_indicator = ""
|
||||
style = "bg:blue"
|
||||
style = "bg:black fg:white"
|
||||
format = '[$indicator]($style)'
|
||||
disabled = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue