Update starship config
This commit is contained in:
parent
4f874109a1
commit
2f139305ca
@ -8,6 +8,7 @@ $directory\
|
|||||||
[](fg:#DA627D bg:#FCA17D)\
|
[](fg:#DA627D bg:#FCA17D)\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_status\
|
$git_status\
|
||||||
|
$git_state\
|
||||||
[](fg:#FCA17D bg:#86BBD8)\
|
[](fg:#FCA17D bg:#86BBD8)\
|
||||||
$c\
|
$c\
|
||||||
$conda\
|
$conda\
|
||||||
@ -24,14 +25,12 @@ $python\
|
|||||||
$rust\
|
$rust\
|
||||||
$scala\
|
$scala\
|
||||||
[](fg:#86BBD8 bg:#06969A)\
|
[](fg:#86BBD8 bg:#06969A)\
|
||||||
$docker_context\
|
$cmd_duration\
|
||||||
[](fg:#06969A bg:#33658A)\
|
[ ](fg:#06969A)\
|
||||||
$time\
|
|
||||||
[ ](fg:#33658A)\
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Disable the blank line at the start of the prompt
|
# Disable the blank line at the start of the prompt
|
||||||
# add_newline = false
|
add_newline = true
|
||||||
|
|
||||||
# You can also replace your username with a neat symbol like or disable this
|
# You can also replace your username with a neat symbol like or disable this
|
||||||
# and use the os module below
|
# and use the os module below
|
||||||
@ -81,16 +80,6 @@ style = "bg:#86BBD8"
|
|||||||
format = '[ $symbol ($version) ]($style)'
|
format = '[ $symbol ($version) ]($style)'
|
||||||
commands = [ [ 'clang', '--version' ], [ 'gcc', '--version' ] ]
|
commands = [ [ 'clang', '--version' ], [ 'gcc', '--version' ] ]
|
||||||
|
|
||||||
[conda]
|
|
||||||
symbol = " "
|
|
||||||
style = "bg:#86BBD8"
|
|
||||||
format = '[ $symbol ($environment) ]($style)'
|
|
||||||
|
|
||||||
[docker_context]
|
|
||||||
symbol = " "
|
|
||||||
style = "bg:#06969A"
|
|
||||||
format = '[ $symbol $context ]($style)'
|
|
||||||
|
|
||||||
[elixir]
|
[elixir]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
style = "bg:#86BBD8"
|
style = "bg:#86BBD8"
|
||||||
@ -110,6 +99,10 @@ format = '[ $symbol $branch ]($style)'
|
|||||||
style = "bg:#FCA17D"
|
style = "bg:#FCA17D"
|
||||||
format = '[$all_status$ahead_behind ]($style)'
|
format = '[$all_status$ahead_behind ]($style)'
|
||||||
|
|
||||||
|
[git_state]
|
||||||
|
style = "bg:#FCA17D"
|
||||||
|
format = '[$state( $progress_current/$progress_total)]($style)'
|
||||||
|
|
||||||
[golang]
|
[golang]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
style = "bg:#86BBD8"
|
style = "bg:#86BBD8"
|
||||||
@ -147,7 +140,7 @@ format = '[ $symbol ($version) ]($style)'
|
|||||||
[python]
|
[python]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
style = "bg:#86BBD8"
|
style = "bg:#86BBD8"
|
||||||
format= "[${symbol}${pyenv_prefix}(${version} )(($virtualenv) )]($style)"
|
format= "[ ${symbol}${pyenv_prefix}(${version})(($virtualenv) )]($style)"
|
||||||
|
|
||||||
[rust]
|
[rust]
|
||||||
symbol = ""
|
symbol = ""
|
||||||
@ -164,3 +157,7 @@ disabled = true
|
|||||||
time_format = "%R" # Hour:Minute Format
|
time_format = "%R" # Hour:Minute Format
|
||||||
style = "bg:#33658A"
|
style = "bg:#33658A"
|
||||||
format = '[ ♥ $time ]($style)'
|
format = '[ ♥ $time ]($style)'
|
||||||
|
|
||||||
|
[cmd_duration]
|
||||||
|
style = "bg:#06969A"
|
||||||
|
format = '[ took $duration]($style)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user