Waste more time in configuring starship :^)

This commit is contained in:
Tobias Reisinger 2022-03-30 00:27:22 +02:00
parent b8e747704b
commit 4f4c5f5c26
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -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