There was an error while loading. Please reload this page.
1 parent d1f6476 commit 14f009fCopy full SHA for 14f009f
1 file changed
docker/Dockerfile.io
@@ -71,6 +71,7 @@ RUN echo "> remove user" && \
71
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
72
echo "alias bat='batcat'" >> /etc/bash.bashrc && \
73
echo ". /usr/local/share/nvm/nvm.sh" >> /etc/bash.bashrc && \
74
+ echo ". /usr/share/bash-completion/completions/git" >> /etc/bash.bashrc && \
75
echo 'PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ "' >> /etc/bash.bashrc && \
76
echo "> setup inputrc" && \
77
echo "set editing-mode vi" >> /etc/inputrc && \
0 commit comments