feat(starship): always display on hostname
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
add_newline = false
 | 
					add_newline = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
format = """\
 | 
					format = """\
 | 
				
			||||||
$username$hostname\
 | 
					$hostname\
 | 
				
			||||||
[$directory](cyan)\
 | 
					[$directory](cyan)\
 | 
				
			||||||
$git_branch\
 | 
					$git_branch\
 | 
				
			||||||
$git_commit\
 | 
					$git_commit\
 | 
				
			||||||
@@ -52,10 +52,7 @@ python_binary = 'python'
 | 
				
			|||||||
pyenv_version_name = false
 | 
					pyenv_version_name = false
 | 
				
			||||||
detect_files = [ '.python-version' ]
 | 
					detect_files = [ '.python-version' ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[username]
 | 
					 | 
				
			||||||
format = '[$user@]($style)'
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[hostname]
 | 
					[hostname]
 | 
				
			||||||
 | 
					ssh_only = false
 | 
				
			||||||
style = 'bold yellow'
 | 
					style = 'bold yellow'
 | 
				
			||||||
format = '[$ssh_symbol$hostname]($style) '
 | 
					format = '[$hostname]($style) on '
 | 
				
			||||||
ssh_symbol = ''
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user