[zsh] add READNULLCMD

This commit is contained in:
Dmytro Meleshko 2019-08-27 16:18:23 +03:00
parent 5750c11ce6
commit 88a549bea3
1 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,6 @@ export VISUAL="$EDITOR"
alias edit="$EDITOR"
alias e="$EDITOR"
export CLICOLOR="1"
export CLICOLOR=1
READNULLCMD=cat