mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Readme for Scala plugin added (#7286)
This commit is contained in:
parent
bbe4d89c25
commit
f2d4b9768d
1 changed files with 15 additions and 0 deletions
15
plugins/scala/README.md
Normal file
15
plugins/scala/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Scala plugin
|
||||
|
||||
Completion script for [scala and scalac](https://www.scala-lang.org/) 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 |
|
Loading…
Reference in a new issue