Skip to content

Commit

Permalink
[full] add bash auto-complete for cargo (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hellum authored Apr 28, 2020
1 parent 85da372 commit 6552f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ RUN cp /home/gitpod/.profile /home/gitpod/.profile_orig && \
rust-analysis \
rust-src \
&& .cargo/bin/rustup completions bash | sudo tee /etc/bash_completion.d/rustup.bash-completion > /dev/null \
&& .cargo/bin/rustup completions bash cargo | sudo tee /etc/bash_completion.d/rustup.cargo-bash-completion > /dev/null \
&& .cargo/bin/rustup target add x86_64-unknown-linux-musl \
&& grep -v -F -x -f /home/gitpod/.profile_orig /home/gitpod/.profile > /home/gitpod/.bashrc.d/80-rust

Expand Down

0 comments on commit 6552f03

Please sign in to comment.