From be295a2c4a317ff82fc3b4439854e6b5ea566bb0 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Wed, 22 Nov 2023 23:57:45 +0100 Subject: bashrc: fix setting title --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\]' -- cgit v1.2.3