mirror of
				https://github.com/oh-my-fish/theme-bobthefish.git
				synced 2025-06-13 13:03:54 +00:00 
			
		
		
		
	Fix condition for if python version hidden
This commit is contained in:
		
							parent
							
								
									c14fc0f92d
								
							
						
					
					
						commit
						88671c1d42
					
				| @ -871,7 +871,7 @@ function __bobthefish_prompt_virtualfish -S -d "Display current Python virtual e | ||||
| 
 | ||||
|     set -l version_glyph (__bobthefish_virtualenv_python_version) | ||||
| 
 | ||||
|     if [ "$version_glyph" ] | ||||
|     if [ "$version_glyph" -o "$theme_display_virtualenv_python_version" = 'no' ] | ||||
|         __bobthefish_start_segment $color_virtualfish | ||||
|         echo -ns $virtualenv_glyph | ||||
|         if [ "$theme_display_virtualenv_python_version" != 'no' ] | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user