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
plugins=(... rust)
```
## Aliases
| Command | Description |
|------------------|---------------------------------------------------------------------------------|
| `rustc` | Compiler for the Rust language |