summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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