aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/prompt.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index 4d2afc09..df32b9d8 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -21,8 +21,8 @@ prompt() {
PS1=$PS1'$(prompt job)'
PS1=$PS1'$(prompt vcs)'
PS1=$PS1'$(prompt ret)'
- PS1='$PROMPT_PREFIX'$PS1
- PS1=$PS1'$PROMPT_SUFFIX'
+ PS1='${PROMPT_PREFIX}'$PS1
+ PS1=$PS1'${PROMPT_SUFFIX}'
PS1=$PS1'\$'
# If Bash 4.0 is available, trim very long paths in prompt