Add rustup completion
parent
bd8b8bb21e
commit
06b1ffecc0
|
|
@ -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