aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/jruby/jruby.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/jruby/jruby.plugin.zsh')
-rw-r--r--.oh-my-zsh/plugins/jruby/jruby.plugin.zsh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.oh-my-zsh/plugins/jruby/jruby.plugin.zsh b/.oh-my-zsh/plugins/jruby/jruby.plugin.zsh
deleted file mode 100644
index bb7975b..0000000
--- a/.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'