aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/zsh/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/zsh/.zprofile')
-rw-r--r--home/.config/zsh/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/zsh/.zprofile b/home/.config/zsh/.zprofile
index 7134327..fc1554d 100644
--- a/home/.config/zsh/.zprofile
+++ b/home/.config/zsh/.zprofile
@@ -35,7 +35,7 @@ export MANPAGER='nvim +Man!'
export MANWIDTH=999
# ── less ──────────────────────────────────────────────────────────────────────
-export LESS="-F -X --RAW-CONTROL-CHARS"
+export LESS="-F --RAW-CONTROL-CHARS"
[[ -r /usr/bin/source-highlight-esc.sh ]] && export LESSOPEN="| /usr/bin/source-highlight-esc.sh %s"
# ── GPG / SSH ─────────────────────────────────────────────────────────────────