make cat default pager

no more less by default!!! so annoying when commands do that
This commit is contained in:
ryan manseau 2024-02-04 12:03:49 -08:00
parent 9f51bad8b6
commit e903f08be5

1
.zshrc
View File

@ -3,6 +3,7 @@
export LSCOLORS=ExGxBxDxCxEgEdxbxgxcxd export LSCOLORS=ExGxBxDxCxEgEdxbxgxcxd
export EDITOR="emacs-nw" # from personal scripts export EDITOR="emacs-nw" # from personal scripts
export PAGER=cat
alias ls='ls -GFh' alias ls='ls -GFh'
alias grep='grep --color=auto' alias grep='grep --color=auto'