commit 90e3e6508734d555630fc1418a5660beef980f4d parent ab5b002ca4acbb0352518bd172a742644339df06 Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> Date: Sun, 6 Feb 2022 12:14:32 +0100 Change "no newline" symbol TTYs seem to have a glyph for that one. Diffstat:
| M | .bash_prompt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 ()