1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Merge pull request #1354 from F30/master

Set the '-R' option for less not in $PAGER, but as $LESS
This commit is contained in:
Robby Russell 2012-12-02 12:26:41 -08:00
commit e10552b403

View file

@ -9,5 +9,7 @@ bindkey "^[m" copy-prev-shell-word
setopt long_list_jobs
## pager
export PAGER="less -R"
export PAGER="less"
export LESS="-R"
export LC_CTYPE=$LANG