Base: Tweak default shell prompt

This commit is contained in:
Andreas Kling 2021-04-04 09:03:00 +02:00
parent fdffd8ece5
commit ee7693afa0

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 "