aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc.d/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash
index 68656284..22258022 100644
--- a/bash/bashrc.d/prompt.bash
+++ b/bash/bashrc.d/prompt.bash
@@ -25,7 +25,7 @@ prompt() {
local reset=$(tput sgr0)
# String it all together
- PS1="\\[$color\\]$PS1\\[$reset\\] "
+ PS1='\['"$color"'\]'"$PS1"'\['"$reset"'\] '
;;
# Revert to simple inexpensive prompt