mirror of
				https://github.com/oh-my-fish/theme-bobthefish.git
				synced 2025-06-13 13:03:54 +00:00 
			
		
		
		
	Fix right prompt colour when $fish_color_autosuggestion is bold
This commit is contained in:
		
							parent
							
								
									c2efeb5740
								
							
						
					
					
						commit
						3f907d7b3f
					
				| @ -20,7 +20,7 @@ function __bobthefish_cmd_duration -S -d 'Show command duration' | |||||||
|   end |   end | ||||||
| 
 | 
 | ||||||
|   set_color $fish_color_normal |   set_color $fish_color_normal | ||||||
|   set_color $fish_color_autosuggestion[1] |   set_color $fish_color_autosuggestion | ||||||
|   echo -n $__bobthefish_left_arrow_glyph |   echo -n $__bobthefish_left_arrow_glyph | ||||||
| end | end | ||||||
| 
 | 
 | ||||||
| @ -35,7 +35,7 @@ end | |||||||
| function fish_right_prompt -d 'bobthefish is all about the right prompt' | function fish_right_prompt -d 'bobthefish is all about the right prompt' | ||||||
|   set -l __bobthefish_left_arrow_glyph \uE0B3 |   set -l __bobthefish_left_arrow_glyph \uE0B3 | ||||||
| 
 | 
 | ||||||
|   set_color $fish_color_autosuggestion[1] |   set_color $fish_color_autosuggestion | ||||||
| 
 | 
 | ||||||
|   __bobthefish_cmd_duration |   __bobthefish_cmd_duration | ||||||
|   __bobthefish_timestamp |   __bobthefish_timestamp | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user