Skip to content

Commit

Permalink
Merge pull request #94 from rsteube/xonsh-enter-confirm
Browse files Browse the repository at this point in the history
xonsh: use enter to confirm selection
  • Loading branch information
rsteube authored Sep 19, 2020
2 parents 28d50da + 57678e2 commit d7719af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.xonsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7719af

Please sign in to comment.