From 5d3d55012626cc0567f96c874ef4a4959ae4a5de Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 15 Jun 2024 23:37:29 +0200 Subject: bashrc: fix prompt sign for root --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index cb1f9c1..5225eed 100644 --- a/bashrc +++ b/bashrc @@ -99,7 +99,7 @@ __prompt_command() { PS1+=" (${command_runtime}s)" fi - PS1+=" $red\$$reset > " + PS1+=" $red\\\$$reset > " } PROMPT_COMMAND=__prompt_command -- cgit v1.2.3