Added profile file for anyenv
This commit is contained in:
		
							
								
								
									
										11
									
								
								profile.d/anyenv
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								profile.d/anyenv
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
				
			|||||||
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# https://github.com/riywo/anyenv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# git clone https://github.com/riywo/anyenv $HOME/.anyenv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if [ -d "$HOME/.anyenv/bin" ]
 | 
				
			||||||
 | 
					then
 | 
				
			||||||
 | 
					  export PATH="$HOME/.anyenv/bin:$PATH"
 | 
				
			||||||
 | 
					  eval "$(anyenv init -)"
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
		Reference in New Issue
	
	Block a user