add bash-it
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# shellcheck shell=bash
|
||||
|
||||
# rustup (Rust toolchain installer) completion
|
||||
|
||||
if _binary_exists rustup; then
|
||||
eval "$(rustup completions bash)"
|
||||
fi
|
||||
Reference in New Issue
Block a user