Add Deno to Starship.
This commit is contained in:
		
							parent
							
								
									e4f19ee69d
								
							
						
					
					
						commit
						d6f25a266d
					
				| 
						 | 
					@ -8,6 +8,7 @@ $git_state\
 | 
				
			||||||
$git_metrics\
 | 
					$git_metrics\
 | 
				
			||||||
$git_status\
 | 
					$git_status\
 | 
				
			||||||
$package\
 | 
					$package\
 | 
				
			||||||
 | 
					$deno\
 | 
				
			||||||
$nodejs\
 | 
					$nodejs\
 | 
				
			||||||
$python\
 | 
					$python\
 | 
				
			||||||
$rust\
 | 
					$rust\
 | 
				
			||||||
| 
						 | 
					@ -21,9 +22,11 @@ $status\
 | 
				
			||||||
$shell\
 | 
					$shell\
 | 
				
			||||||
$character"""
 | 
					$character"""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[deno]
 | 
				
			||||||
 | 
					detect_extensions = ["ts"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[time]
 | 
					[time]
 | 
				
			||||||
disabled = false
 | 
					disabled = false
 | 
				
			||||||
format = '🕙[\[ $time \]]($style) '
 | 
					format = '🕙[\[ $time \]]($style) '
 | 
				
			||||||
time_format = "%T"
 | 
					time_format = "%T"
 | 
				
			||||||
utc_time_offset = "local"
 | 
					utc_time_offset = "local"
 | 
				
			||||||
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue