diff --git a/zsh/.zshrc b/zsh/.zshrc index 7ad3838..9b5af27 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -16,9 +16,10 @@ if exists tty && tty -s; then fi # Configure less and add colours -export LESS="-RI --mouse --wheel-lines=3" +export LESS="-nRIFRSXM --mouse --wheel-lines=3" export PAGER="less" export MANPAGER="less -+N" +export SYSTEMD_LESS="$LESS" export SYSTEMD_PAGER="less $LESS" # Disable histfile export LESSHISTFILE=-