Fix zsh config inclusion
This commit is contained in:
		
							
								
								
									
										21
									
								
								zsh/.oh-my-zsh_old/plugins/jruby/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								zsh/.oh-my-zsh_old/plugins/jruby/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| # JRuby plugin | ||||
|  | ||||
| This plugin adds aliases for [JRuby](https://www.jruby.org/). | ||||
|  | ||||
| To use it, add `jruby` to the plugins array in your zshrc file: | ||||
|  | ||||
| ```zsh | ||||
| plugins=(... jruby) | ||||
| ``` | ||||
|  | ||||
| ## Requirements | ||||
|  | ||||
| This plugin assumes you already have jruby installed and available in your [path](https://www.jruby.org/getting-started). | ||||
|  | ||||
| ## Aliases | ||||
|  | ||||
| | Alias        | Command                                                          | | ||||
| | ------------ | ---------------------------------------------------------------- | | ||||
| | `jrspec`     | `jruby --debug -S rspec --debug`                                 | | ||||
| | `jprofile`   | `jruby --profile.api -S rspec`                                   | | ||||
| | `jexec`      | `jruby -S`                                                       | | ||||
							
								
								
									
										4
									
								
								zsh/.oh-my-zsh_old/plugins/jruby/jruby.plugin.zsh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								zsh/.oh-my-zsh_old/plugins/jruby/jruby.plugin.zsh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| # Aliases | ||||
| alias jrspec='jruby --debug -S rspec --debug' | ||||
| alias jprofile='jruby --profile.api -S rspec' | ||||
| alias jexec='jruby -S' | ||||
		Reference in New Issue
	
	Block a user