diff options
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\]' |
