mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Add empty function rbenv_prompt_info() if doesn't exists
This commit is contained in:
		
							parent
							
								
									d05b2010ff
								
							
						
					
					
						commit
						28d3b80db1
					
				@ -1,3 +1,5 @@
 | 
			
		||||
functions rbenv_prompt_info >& /dev/null || rbenv_prompt_info(){}
 | 
			
		||||
 | 
			
		||||
function theme_precmd {
 | 
			
		||||
    local TERMWIDTH
 | 
			
		||||
    (( TERMWIDTH = ${COLUMNS} - 1 ))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user