]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/scala/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / scala / README.md
1 # Scala plugin
2
3 Completion script for [scala and scalac](https://www.scala-lang.org/) commands.
4
5 To use it, add `scala` to the plugins array of your zshrc file:
6
7 ```zsh
8 plugins=(... scala)
9 ```
10
11 ## Aliases
12
13 | Command  | Description                     |
14 |----------|---------------------------------|
15 | `scala`  | Run code in the Scala language  |
16 | `scalac` | Compiler for the Scala language |