mirror of
				https://github.com/fspc/BikeShed-1.git
				synced 2025-10-31 17:05:36 -04:00 
			
		
		
		
	.powrc for Pow + RVM.
This commit is contained in:
		
							parent
							
								
									10870d0961
								
							
						
					
					
						commit
						40a22e8b78
					
				
							
								
								
									
										15
									
								
								.powrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.powrc
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,15 @@ | ||||
| if [ -f "$rvm_path/scripts/rvm" ]; then | ||||
|   source "$rvm_path/scripts/rvm" | ||||
| 
 | ||||
|   if [ -f ".rvmrc" ]; then | ||||
|     source ".rvmrc" | ||||
|   fi | ||||
| 
 | ||||
|   if [ -f ".ruby-version" ]; then | ||||
|     rvm use `cat .ruby-version` | ||||
|   fi | ||||
| 
 | ||||
|   if [ -f ".ruby-gemset" ]; then | ||||
|     rvm gemset use --create `cat .ruby-gemset` | ||||
|   fi | ||||
| fi | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user