Delete alias section

This commit is contained in:
Marc Cornellà
2019-10-10 11:07:33 +02:00
committed by GitHub
parent 35aa3c1331
commit bb97a9b3ec

View File

@@ -7,9 +7,3 @@ To use it, add `rust` to the plugins array in your zshrc file:
```zsh
plugins=(... rust)
```
## Aliases
| Command | Description |
|------------------|---------------------------------------------------------------------------------|
| `rustc` | Compiler for the Rust language |