Skip to content

Commit

Permalink
[full] add bash auto-complete for cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hellum committed Apr 28, 2020
1 parent f2fe951 commit 4281ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ RUN cp /home/gitpod/.profile /home/gitpod/.profile_orig && \
rls \
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.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 4281ac7

Please sign in to comment.