aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-12-25 10:32:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-12-25 10:32:21 -0300
commit787d69af42a9b2f391f42310715a4d7928ee2408 (patch)
treec19d44188daf5cc793356184dd84f4a9edbdfac3
parentc54d14a7e35cd324b5c49f6e7822bb717027ffe9 (diff)
downloadprofile-master.tar.gz
profile-master.tar.bz2
Fix: profile: comment out clear screen workaroundHEADmaster
-rw-r--r--profile.dot.link12
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