From da014a1d51b73fc3589374b107c7b01360a9fe99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 10 May 2016 11:58:20 +0200 Subject: [PATCH] Add PAGER env variable. --- zsh/zprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zprofile b/zsh/zprofile index af87f19..1021280 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -19,6 +19,8 @@ export EDITOR="vim" export VISUAL="vim" export BROWSER="qutebrowser" +export PAGER="less" + export VIMRC="$HOME/.vimrc" export WINEPATH="$HOME/games/wine"