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'