Skip to content

Commit 14f009f

Browse files
committed
feature: docker: io: bash-completion: add
1 parent d1f6476 commit 14f009f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile.io

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ RUN echo "> remove user" && \
7171
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
7272
echo "alias bat='batcat'" >> /etc/bash.bashrc && \
7373
echo ". /usr/local/share/nvm/nvm.sh" >> /etc/bash.bashrc && \
74+
echo ". /usr/share/bash-completion/completions/git" >> /etc/bash.bashrc && \
7475
echo 'PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ "' >> /etc/bash.bashrc && \
7576
echo "> setup inputrc" && \
7677
echo "set editing-mode vi" >> /etc/inputrc && \

0 commit comments

Comments
 (0)