Back to Ohmyzsh

Scala plugin

plugins/scala/README.md

latest393 B
Original Source

Scala plugin

Completion script for scala and scalac commands.

To use it, add scala to the plugins array of your zshrc file:

zsh
plugins=(... scala)

Aliases

CommandDescription
scalaRun code in the Scala language
scalacCompiler for the Scala language