11 lines
		
	
	
		
			174 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			174 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
# https://github.com/riywo/anyenv
 | 
						|
 | 
						|
# git clone https://github.com/riywo/anyenv $HOME/.anyenv
 | 
						|
 | 
						|
if ( which anyenv &> /dev/null )
 | 
						|
then
 | 
						|
  eval "$(anyenv init -)"
 | 
						|
fi
 |