Readme for Scala plugin added (#7286)
parent
bbe4d89c25
commit
f2d4b9768d
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||||
|
## 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 | |
||||||
Loading…
Reference in new issue