From 48927b0a064cdc04b7c2660d451d078ee4c918e2 Mon Sep 17 00:00:00 2001 From: ver4a Date: Sat, 22 Mar 2025 21:33:21 +0100 Subject: [PATCH] Fix LESS and SYSTEMD_LESS configuration. --- etc/profile.d/20-less.sh | 2 +- etc/profile.d/20-systemd-less.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/profile.d/20-less.sh b/etc/profile.d/20-less.sh index ec7c2ca..e9a4d37 100644 --- a/etc/profile.d/20-less.sh +++ b/etc/profile.d/20-less.sh @@ -1 +1 @@ -LESS=FRSMK +export LESS=FRSMK diff --git a/etc/profile.d/20-systemd-less.sh b/etc/profile.d/20-systemd-less.sh index 3389c71..1441ef4 100644 --- a/etc/profile.d/20-systemd-less.sh +++ b/etc/profile.d/20-systemd-less.sh @@ -1 +1 @@ -SYSTEMD_LESS=FRSMK +export SYSTEMD_LESS=FRSMK