diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-10-10 11:07:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 11:07:33 +0200 |
commit | bb97a9b3ecb809dc7f4f64713170e42b44853d1a (patch) | |
tree | 7735bfe82758e847d6d95c216193e2b337c013c3 /plugins/rust | |
parent | 35aa3c13311e12ff3375f2eef561562244433ee8 (diff) | |
download | zsh-bb97a9b3ecb809dc7f4f64713170e42b44853d1a.tar.gz zsh-bb97a9b3ecb809dc7f4f64713170e42b44853d1a.tar.bz2 zsh-bb97a9b3ecb809dc7f4f64713170e42b44853d1a.zip |
Delete alias section
Diffstat (limited to 'plugins/rust')
-rw-r--r-- | plugins/rust/README.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/rust/README.md b/plugins/rust/README.md index 7cc1ceb66..83d7d91ba 100644 --- a/plugins/rust/README.md +++ b/plugins/rust/README.md @@ -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 | |