diff options
author | Andreas Kling <kling@serenityos.org> | 2021-04-04 09:03:00 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-04 09:03:16 +0200 |
commit | ee7693afa079cbe5ecdf6a8bdbd951c50230fdb0 (patch) | |
tree | bd688fb870579510126078eba31403fb311b6713 | |
parent | fdffd8ece5eb98595bae16bf0ec17a9abb2bc126 (diff) | |
download | serenity-ee7693afa079cbe5ecdf6a8bdbd951c50230fdb0.zip |
Base: Tweak default shell prompt
-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 " |