summaryrefslogtreecommitdiff
path: root/dot_zsh/source/env.zsh
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2020-09-13 08:13:03 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2020-09-13 08:13:03 -0400
commit238c610952ef9980087102b30543ee7eadb945d3 (patch)
tree977171c55c434d8e84d084db4c3ddeb4ce780489 /dot_zsh/source/env.zsh
parentenv: allow local manuals (diff)
zsh: systemd ignores $LESS, set $SYSTEMD_LESS
Diffstat (limited to 'dot_zsh/source/env.zsh')
-rw-r--r--dot_zsh/source/env.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_zsh/source/env.zsh b/dot_zsh/source/env.zsh
index abd3c7e..8c009ad 100644
--- a/dot_zsh/source/env.zsh
+++ b/dot_zsh/source/env.zsh
@@ -1,6 +1,7 @@
export EDITOR==micro
export GIT_EDITOR==micro
export LESS='-R --mouse --wheel-lines=4'
+export SYSTEMD_LESS="$LESS"
export PAGER='less'
if [[ -z $TERMINFO_DIRS ]]; then