mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	fix(autoenv): typo
This commit is contained in:
		
							parent
							
								
									b36c90d9ab
								
							
						
					
					
						commit
						d1c64bfda3
					
				@ -50,7 +50,7 @@ END
 | 
			
		||||
    return 1
 | 
			
		||||
  fi
 | 
			
		||||
  # Load autoenv
 | 
			
		||||
  if [[ -e $autoenv_dir/activate ]];
 | 
			
		||||
  if [[ -e $autoenv_dir/activate ]]; then
 | 
			
		||||
    source $autoenv_dir/activate
 | 
			
		||||
  else
 | 
			
		||||
    source $autoenv_dir/activate.sh
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user