From bc37803392bf03d75aa63d8d363751e2a4a8d3d9 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 15 Mar 2019 21:58:13 -0700 Subject: [PATCH] update the shell to show proper symbols for root vs non root --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7fb4e14..9329b25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d3d0b1e..0965688 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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" diff --git a/Dockerfile.armhf b/Dockerfile.armhf index b17f352..c3e6b7b 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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"