diff options
| author | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-06 12:14:32 +0100 |
|---|---|---|
| committer | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-06 12:14:32 +0100 |
| commit | 90e3e6508734d555630fc1418a5660beef980f4d (patch) | |
| tree | a01ee29a10d7e0acffb4f4ef3b79e5e2a5cd58dc | |
| parent | ab5b002ca4acbb0352518bd172a742644339df06 (diff) | |
| download | dotfiles-90e3e6508734d555630fc1418a5660beef980f4d.tar.xz | |
Change "no newline" symbol
TTYs seem to have a glyph for that one.
| -rw-r--r-- | .bash_prompt | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |
