Skip to content

Commit d6bb7bf

Browse files
Add Bash shell autocompletions (#108)
1 parent 85a8fd7 commit d6bb7bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ RUN /pixi --version
1313

1414
FROM --platform=$TARGETPLATFORM $BASE_IMAGE
1515
COPY --from=builder --chown=root:root --chmod=0555 /pixi /usr/local/bin/pixi
16+
RUN printf '\neval "$(pixi completion --shell bash)"\n' >> /root/.bashrc
1617
ENV PATH="/root/.pixi/bin:${PATH}"

0 commit comments

Comments
 (0)