aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/scala/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/scala/README.md')
-rw-r--r--.oh-my-zsh/plugins/scala/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/.oh-my-zsh/plugins/scala/README.md b/.oh-my-zsh/plugins/scala/README.md
deleted file mode 100644
index 957261d..0000000
--- a/.oh-my-zsh/plugins/scala/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-## Scala plugin
-
-Completion script for [scala and scalac](https://www.scala-lang.org/) commands.
-
-To use it, add `scala` to the plugins array of your zshrc file:
-```
-plugins=(... scala)
-```
-
-## Aliases
-
-| Command | Description |
-|------------------|---------------------------------------------------------------------------------|
-| `scala` | Run code in the Scala language |
-| `scalac` | Compiler for the Scala language |