mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 12:09:08 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			865cc2ef02
			...
			pull/556-p
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					72f8d15b21 | 
@@ -30,6 +30,10 @@ Perlbrew
 | 
				
			|||||||
An alternative to the above is to use [Perlbrew][2], which allows for the
 | 
					An alternative to the above is to use [Perlbrew][2], which allows for the
 | 
				
			||||||
management of multiple, isolated Perl installations in the home directory.
 | 
					management of multiple, isolated Perl installations in the home directory.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					You can specify the perlbrew location so the environment is automatically loaded.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    zstyle ':prezto:module:perl:perlbrew' location '/path/to/perlbrew'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Aliases
 | 
					Aliases
 | 
				
			||||||
-------
 | 
					-------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,6 +29,13 @@ if [[ "$OSTYPE" == darwin* ]]; then
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  unset perl_path
 | 
					  unset perl_path
 | 
				
			||||||
  unset cache_file
 | 
					  unset cache_file
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # Perlbrew
 | 
				
			||||||
 | 
					  zstyle -s ':prezto:module:perl:perlbrew' location '_perlbrew_root' 
 | 
				
			||||||
 | 
					  if [[ -s "${_perlbrew_root}/etc/bashrc" ]]; then
 | 
				
			||||||
 | 
					    export PERLBREW_ROOT="${_perlbrew_root}"
 | 
				
			||||||
 | 
					    source "${_perlbrew_root}/etc/bashrc"
 | 
				
			||||||
 | 
					  fi
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user