0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/scala
Marc Cornellà 610b2529d2 Clean up plugin READMEs and a few plugins
- fasd
- history
- mercurial
- pylint
- repo
- yii2
2020-03-11 19:57:46 +01:00
..
_scala use https everywhere (#6574) 2018-08-07 20:42:01 +02: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