1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

zsh: less enable mouse support

Usually this works most of the time, but in some invocations mouse does not work without this,

e.g. systemctl status
This commit is contained in:
Joe Groocock 2020-03-21 23:33:18 +00:00
parent 16c629fc70
commit 7b193b1b99
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -17,7 +17,7 @@ if exists tty && tty -s; then
fi
# Configure less and add colours
export LESS="-RI"
export LESS="-RI --mouse"
export PAGER="less"
export MANPAGER="less -+N"
# Disable histfile