make cat default pager
no more less by default!!! so annoying when commands do that
This commit is contained in:
parent
9f51bad8b6
commit
e903f08be5
1
.zshrc
1
.zshrc
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user