commit
63ad4897ef
|
|
@ -27,3 +27,7 @@ lint_clean_files.sh
|
||||||
#
|
#
|
||||||
themes/90210
|
themes/90210
|
||||||
themes/powerline
|
themes/powerline
|
||||||
|
|
||||||
|
# completions
|
||||||
|
#
|
||||||
|
completion/available/rustup.completion.bash
|
||||||
|
|
|
||||||
|
|
@ -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