Skip to content

Commit

Permalink
Add Cargo completions via Rustup
Browse files Browse the repository at this point in the history
References: rust-lang/rustup#1646

Signed-off-by: Fletcher Nichol <[email protected]>
  • Loading branch information
fnichol committed Apr 30, 2019
1 parent 02c8170 commit 135ffa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,8 @@ case "$_os" in
esac

if command -v rustup >/dev/null ; then
eval "$(rustup completions bash)"
eval "$(rustup completions bash rustup)"
eval "$(rustup completions bash rustup)"
fi


Expand Down

0 comments on commit 135ffa4

Please sign in to comment.