diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/jruby/jruby.plugin.zsh')
-rw-r--r-- | zsh/oh-my-zsh/plugins/jruby/jruby.plugin.zsh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/oh-my-zsh/plugins/jruby/jruby.plugin.zsh b/zsh/oh-my-zsh/plugins/jruby/jruby.plugin.zsh deleted file mode 100644 index bb7975b..0000000 --- a/zsh/oh-my-zsh/plugins/jruby/jruby.plugin.zsh +++ /dev/null @@ -1,4 +0,0 @@ -# Aliases -alias jrspec='jruby --debug -S rspec --debug' -alias jprofile='jruby --profile.api -S rspec' -alias jexec='jruby -S' |