diff options
| -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 |
