From 90e3e6508734d555630fc1418a5660beef980f4d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 6 Feb 2022 12:14:32 +0100 Subject: Change "no newline" symbol TTYs seem to have a glyph for that one. --- .bash_prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_prompt b/.bash_prompt index 9473225..0cd8d4b 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -143,7 +143,7 @@ __current-column () __signal-no-newline () { - echo $(__fontify 🛇 bold red) + echo $(__fontify ∅ bold red) } __draw-rule () -- cgit v1.2.3