From d3bfa52eda4d4c3c83db0450df0bc99c6843c912 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 12 Nov 2024 09:59:53 +0100 Subject: [PATCH] ps1 --- bash/bash/prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bash/prompt.sh b/bash/bash/prompt.sh index 12ab4a7..2fd0724 100644 --- a/bash/bash/prompt.sh +++ b/bash/bash/prompt.sh @@ -29,7 +29,7 @@ ps1() { echo -e "${view}\n${PS2}" } -PS1='$(eval ps1 ${?})' +PS1="\$(ps1 \${?})" PS2="\ ├ "