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 = """
 | 
					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)"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue