From e903f08be50e403857b1ada3f15eadf73ad78579 Mon Sep 17 00:00:00 2001 From: ryan manseau Date: Sun, 4 Feb 2024 12:03:49 -0800 Subject: [PATCH] make cat default pager no more less by default!!! so annoying when commands do that --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index ffee950..30da175 100644 --- a/.zshrc +++ b/.zshrc @@ -3,6 +3,7 @@ export LSCOLORS=ExGxBxDxCxEgEdxbxgxcxd export EDITOR="emacs-nw" # from personal scripts +export PAGER=cat alias ls='ls -GFh' alias grep='grep --color=auto'