my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
394 B

3 years ago
  1. # Scala plugin
  2. Completion script for [scala and scalac](https://www.scala-lang.org/) commands.
  3. To use it, add `scala` to the plugins array of your zshrc file:
  4. ```zsh
  5. plugins=(... scala)
  6. ```
  7. ## Aliases
  8. | Command | Description |
  9. |----------|---------------------------------|
  10. | `scala` | Run code in the Scala language |
  11. | `scalac` | Compiler for the Scala language |