From ed764e0d2240e2c35c26a89aafedce71f3277859 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 19 May 2022 13:45:31 -0400 Subject: [PATCH] setup most as pager, wait on use as full less replacement --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 96b2997..33e7a4a 100644 --- a/zshrc +++ b/zshrc @@ -64,6 +64,7 @@ zstyle ':fzf-tab:complete:cd:*' fzf-preview 'exa -1 --color=always $realpath' # misc / general export EDITOR="nano" +export PAGER="most" export PATH=~/.local/bin:${PATH} # asdf