Base: Tweak default shell prompt

This commit is contained in:
Andreas Kling 2021-04-04 09:03:00 +02:00
commit ee7693afa0
Notes: sideshowbarker 2024-07-18 20:50:35 +09:00

View file

@ -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 "