We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8875d commit f671f79Copy full SHA for f671f79
1 file changed
docker/Dockerfile.io
@@ -33,7 +33,6 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
33
echo "> configure bash" && \
34
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
35
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
36
- echo "PS1='\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '" >> /etc/bash.bashrc && \
37
echo "> setup inputrc" && \
38
echo "set editing-mode vi" >> /etc/inputrc && \
39
echo "TAB: menu-complete" >> /etc/inputrc && \
@@ -58,6 +57,7 @@ ENV LANG=en_US.UTF-8
58
57
ENV LANGUAGE=en_US:en
59
ENV LC_ALL=en_US.UTF-8
60
+ENV PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ "
61
62
EXPOSE 8000
63
0 commit comments