kubric icon indicating copy to clipboard operation
kubric copied to clipboard

Terminal PS1 in KubruntuDev.Dockerfile

Open taiya opened this issue 2 years ago • 0 comments

This didn't work, and many attempts available by searching (e.g. link)

RUN echo 'export PS1="(\h) \[\e[33m\]\w: \[\e[0m\]"' >> /root/.bashrc
RUN echo 'export LSCOLORS=ExFxCxDxBxegedabagacad' >> /root/.bashrc
RUN echo 'export ENV CLICOLOR=1' >> /root/.bashrc

taiya avatar Nov 01 '21 03:11 taiya