From 57678e2346a7d259a44ef20f93319ed6fa79a50b Mon Sep 17 00:00:00 2001 From: rsteube Date: Sun, 20 Sep 2020 00:48:08 +0200 Subject: [PATCH] xonsh: use enter to confirm selection --- Dockerfile.xonsh | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.xonsh b/Dockerfile.xonsh index 5dc4fe1cd..5854b31a1 100644 --- a/Dockerfile.xonsh +++ b/Dockerfile.xonsh @@ -9,6 +9,7 @@ RUN pip3 install --no-cache-dir --disable-pip-version-check xonsh \ RUN mkdir -p ~/.config/xonsh \ && echo "\n\ +\$COMPLETIONS_CONFIRM=True\n\ \$PROMPT='carapace '\n\ exec(\$(example _carapace xonsh))" \ > ~/.config/xonsh/rc.xsh