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"