summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/etc/profile.d/systemd.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/projectroot/etc/profile.d/systemd.sh b/projectroot/etc/profile.d/systemd.sh
index cb5cb0a19..1212a2d03 100644
--- a/projectroot/etc/profile.d/systemd.sh
+++ b/projectroot/etc/profile.d/systemd.sh
@@ -5,9 +5,6 @@ if [ -r /etc/locale.conf ]; then
export LANG
fi
-# set 'r', otherwise less breaks UTF-8 chars without UTF-8 locale
-export SYSTEMD_LESS="FrSXMK"
-
# make sure TERM is always defined
if [ -z "${TERM}" ]; then
export TERM="linux"