boring prompt

This commit is contained in:
Cian Johnston
2024-08-06 21:06:09 +01:00
committed by GitHub
parent 9068666f06
commit 561b003439

View File

@@ -6,5 +6,5 @@ RUN apt-get install vim sudo curl -y
RUN useradd -m -s /bin/bash -G sudo coder
USER coder
# Let's add a fancy prompt!
RUN echo "PS1='🐳 \[\033[1;36m\]\h \[\033[1;34m\]\W\[\033[0;35m\] \[\033[1;36m\]# \[\033[0m\]'" > ~/.bashrc
# Let's make a boring prompt.
RUN echo "PS1='\u@\h> '" > ~/.bashrc