From ee7693afa079cbe5ecdf6a8bdbd951c50230fdb0 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 4 Apr 2021 09:03:00 +0200 Subject: [PATCH] Base: Tweak default shell prompt --- Base/etc/shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/etc/shellrc b/Base/etc/shellrc index 60426a4178..405417b34a 100644 --- a/Base/etc/shellrc +++ b/Base/etc/shellrc @@ -37,4 +37,4 @@ if [ "$(id -u)" = "0" ] { prompt_color=32 } -export PROMPT="\\X\\u@\\h:\\w\\a\\e[$prompt_color;1m@\\h\\e[0m:\\e[34;1m\\w\\e[0m \\p " +export PROMPT="\\X\\u@\\h:\\w\\a\\e[$prompt_color;1m\\h\\e[0m:\\e[34;1m\\w\\e[0m \\p "