mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 08:20:09 +00:00
15 lines
571 B
Markdown
15 lines
571 B
Markdown
## 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 |
|