diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-12-25 10:32:21 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-12-25 10:32:21 -0300 |
| commit | 787d69af42a9b2f391f42310715a4d7928ee2408 (patch) | |
| tree | c19d44188daf5cc793356184dd84f4a9edbdfac3 | |
| parent | c54d14a7e35cd324b5c49f6e7822bb717027ffe9 (diff) | |
| download | profile-master.tar.gz profile-master.tar.bz2 | |
| -rw-r--r-- | profile.dot.link | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/profile.dot.link b/profile.dot.link index c739034..df06832 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -490,6 +490,12 @@ fi #fi # Clear the screen -if [ ! -z "$DISPLAY" ]; then - clear -fi +# +# This is quick workaround for the wrong shell prompt on rxvt-unicode, without the need +# to apply any patches. +# +# Reference: +# https://wiki.archlinux.org/title/Rxvt-unicode#Wrong_shell_prompt_placement_after_upgrading_to_9.31 +#if [ ! -z "$DISPLAY" ]; then +# clear +#fi |
