summaryrefslogtreecommitdiff
path: root/.bash_prompt
diff options
context:
space:
mode:
authorKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2022-02-06 12:14:32 +0100
committerKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2022-02-06 12:14:32 +0100
commit90e3e6508734d555630fc1418a5660beef980f4d (patch)
treea01ee29a10d7e0acffb4f4ef3b79e5e2a5cd58dc /.bash_prompt
parentab5b002ca4acbb0352518bd172a742644339df06 (diff)
downloaddotfiles-90e3e6508734d555630fc1418a5660beef980f4d.tar.xz
Change "no newline" symbol
TTYs seem to have a glyph for that one.
Diffstat (limited to '.bash_prompt')
-rw-r--r--.bash_prompt2
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 ()