From 5e9ae45748bc01bbfef30e287ebd902898bc346f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 17 Nov 2024 01:32:34 +0100 Subject: [PATCH] %b --- shell/shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/shell.sh b/shell/shell.sh index 7d32424..189fd1b 100644 --- a/shell/shell.sh +++ b/shell/shell.sh @@ -98,7 +98,7 @@ shell_prompt() { # prompt view="${view}${SH_DEFAULT}${PS2}" # print - printf "%s" "${view}" + printf "%b" "${view}" } shell_setup() {