diff options
Diffstat (limited to '.bash_prompt')
| -rw-r--r-- | .bash_prompt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.bash_prompt b/.bash_prompt index 7a55f35..59cf090 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -142,8 +142,7 @@ __current-column () __signal-no-newline () { - local signal="/\n" - __fontify ${signal} bold red + echo $(__fontify 🛇 bold red) } __draw-rule () @@ -152,7 +151,7 @@ __draw-rule () for ((i=$(__current-column); i<COLUMNS; i++)) do - line+=— + line+=─ done # If we do not add a newline, whatever comes after will be shoved |
