summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index b587b0a..00f3353 100644
--- a/bashrc
+++ b/bashrc
@@ -55,7 +55,7 @@ trap 'before_command' DEBUG
# prompt
__prompt_command() {
local exit_code=$?
- PS1='${TITLE}'
+ PS1="${TITLE}"
local reset='\[\033[0m\]'
local yellow_b='\[\033[1;33m\]'