ohmyzsh/plugins/scala/README.md

17 lines
394 B
Markdown
Raw Normal View History

# Scala plugin
2018-10-14 16:42:56 +00:00
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:
```zsh
2018-10-14 16:42:56 +00:00
plugins=(... scala)
```
## Aliases
| Command | Description |
|----------|---------------------------------|
| `scala` | Run code in the Scala language |
| `scalac` | Compiler for the Scala language |