dot_files/dot_oh-my-zsh/plugins/scala
Viktor Barzin 58ef6d327f initial
2025-11-22 22:51:27 +00:00
..
_scala initial 2025-11-22 22:51:27 +00:00
README.md initial 2025-11-22 22:51:27 +00: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