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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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