dustin
/
zdotdir
Archived
1
0
Fork 0

zshrc: Set LESS

Fedora et al. do not set the `LESS` environment variable like Gentoo
does.  As a result, `less` does not interpret ANSI color codes by
default, making the output from `gs`, etc. aliases unreadable.
master
Dustin 2020-05-03 13:18:11 -05:00
parent ec41e37b4b
commit d48954bf81
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -7,6 +7,7 @@ setopt HIST_IGNORE_SPACE
setopt INTERACTIVE_COMMENTS
export LESSCOLOR=1
export LESS='-R'
export PYTHONWARNINGS=default,ignore::ImportWarning
export NOSE_REDNOSE=1