From 264b4774352d9deddb3e28967dc6e71e7f5dc05c Mon Sep 17 00:00:00 2001 From: Franz Knipp Date: Fri, 2 Oct 2020 08:17:29 +0000 Subject: [PATCH] Add Bash completions for Deno --- .gitpod.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 3a39c2b..91decf4 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -7,3 +7,4 @@ FROM gitpod/workspace-full # More information: https://www.gitpod.io/docs/config-docker/ RUN curl -fsSL https://deno.land/x/install/install.sh | sh +RUN /home/gitpod/.deno/bin/deno completions bash > /etc/bash_completion.d/deno.bash -- 2.51.2