mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	feat(fino-time): add conda environment (#11785)
This commit is contained in:
		
							parent
							
								
									6925c44af4
								
							
						
					
					
						commit
						e564793939
					
				@ -12,6 +12,7 @@
 | 
			
		||||
# Also borrowing from http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/
 | 
			
		||||
 | 
			
		||||
function virtualenv_info {
 | 
			
		||||
    [ $CONDA_DEFAULT_ENV ] && echo "($CONDA_DEFAULT_ENV) "
 | 
			
		||||
    [ $VIRTUAL_ENV ] && echo '('`basename $VIRTUAL_ENV`') '
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user