Add rustup completion

pull/1578/head
Noah Gorny 2020-11-19 01:10:02 +02:00 committed by phreakocious
parent 9c8091e106
commit 30fb901fd4
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# rustup (Rust toolchain installer) completion
if _binary_exists rustup; then
eval "$(rustup completions bash)"
fi