mirror of
				https://github.com/Stunkymonkey/dotfiles.git
				synced 2025-10-30 18:02:10 +01:00 
			
		
		
		
	load rubygems module correct
This commit is contained in:
		
							parent
							
								
									138ec1003d
								
							
						
					
					
						commit
						4c382f25e8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -9,7 +9,7 @@ set_path ~/.local/bin/ | ||||||
| set_path ~/.bin | set_path ~/.bin | ||||||
| 
 | 
 | ||||||
| if which ruby >/dev/null 2>&1 && which gem >/dev/null 2>&1; then | if which ruby >/dev/null 2>&1 && which gem >/dev/null 2>&1; then | ||||||
|     set_path $(ruby -rubygems -e 'puts Gem.user_dir')/bin |     set_path $(ruby -r rubygems -e 'puts Gem.user_dir')/bin | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| # PERL cpan modules | # PERL cpan modules | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benedikt Heine
						Benedikt Heine