https://github.com/rust-lang/rustup.rs/blob/master/README.md

Vervollständigung für Zsh

Siehe auch rustup help completions:

ln -s $(rustc --print sysroot)/share/zsh/site-functions/_cargo ~/.zsh-compl

In der ~/.zshrc muss folgendes stehen:

if <span class="createlink">.zsh-compl </span>
then
    fpath=(~/.zsh-compl $fpath)
fi