Add rustup completion
parent
9c8091e106
commit
30fb901fd4
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# rustup (Rust toolchain installer) completion
|
||||||
|
|
||||||
|
if _binary_exists rustup; then
|
||||||
|
eval "$(rustup completions bash)"
|
||||||
|
fi
|
||||||
Loading…
Reference in New Issue