diff options
Diffstat (limited to 'Base/etc/shellrc')
-rw-r--r-- | Base/etc/shellrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |