0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/scala
2022-11-04 19:34:02 +01:00
..
_scala docs: fix some capitalization typos(#11293) 2022-11-04 19:34:02 +01:00
README.md Clean up plugin READMEs and a few plugins 2020-03-11 19:57:46 +01:00

Scala plugin

Completion script for scala and scalac 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