From 6552f0357da1460da08fd70032f1e686260309c3 Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Tue, 28 Apr 2020 09:55:19 -0500 Subject: [PATCH] [full] add bash auto-complete for cargo (#216) --- full/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/full/Dockerfile b/full/Dockerfile index 5c717160d..dee333703 100644 --- a/full/Dockerfile +++ b/full/Dockerfile @@ -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