update the shell to show proper symbols for root vs non root

This commit is contained in:
thelamer 2019-03-15 21:58:13 -07:00
parent 5feaa05dc9
commit bc37803392
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ ARG OVERLAY_VERSION
ARG OVERLAY_ARCH="amd64"
# environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)# " \
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
HOME="/root" \
TERM="xterm"

View file

@ -46,7 +46,7 @@ ARG OVERLAY_VERSION
ARG OVERLAY_ARCH="aarch64"
# environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)# " \
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
HOME="/root" \
TERM="xterm"

View file

@ -46,7 +46,7 @@ ARG OVERLAY_VERSION
ARG OVERLAY_ARCH="arm"
# environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)# " \
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
HOME="/root" \
TERM="xterm"