Open
Description
When installing, we should detect the user's login shell if possible and then offer to add autocompletion sourcing to their init files. Perhaps this could be done generically in the $CARGO_HOME/env
file, but if not, then we may need to do per-shell handling.
As an 'agile' story this might be:
- As a users of rustup
- When I freshly install Rust
- I would like to have shell autocompletion so that when I type "rustup c" and press Tab then it expands that to "rustup check".