mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] add READNULLCMD
This commit is contained in:
parent
5750c11ce6
commit
88a549bea3
1 changed files with 3 additions and 1 deletions
|
@ -8,4 +8,6 @@ export VISUAL="$EDITOR"
|
||||||
alias edit="$EDITOR"
|
alias edit="$EDITOR"
|
||||||
alias e="$EDITOR"
|
alias e="$EDITOR"
|
||||||
|
|
||||||
export CLICOLOR="1"
|
export CLICOLOR=1
|
||||||
|
|
||||||
|
READNULLCMD=cat
|
||||||
|
|
Loading…
Reference in a new issue