mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	fix(bira): fix color bleed in user_host prompt section (#10505)
Fixes #10505
This commit is contained in:
		
							parent
							
								
									a94e263426
								
							
						
					
					
						commit
						1b01496c21
					
				@ -1,5 +1,5 @@
 | 
			
		||||
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
 | 
			
		||||
local user_host="%B%(!.%F{red}.%F{green})%n@%m %{$reset_color%}"
 | 
			
		||||
local user_host="%B%(!.%{$fg[red]%}.%{$fg[green]%})%n@%m%{$reset_color%} "
 | 
			
		||||
local user_symbol='%(!.#.$)'
 | 
			
		||||
local current_dir="%B%{$fg[blue]%}%~ %{$reset_color%}"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user