Commit e10552b4 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1354 from F30/master

Set the '-R' option for less not in $PAGER, but as $LESS
parents 5ed75de5 daa6eceb
...@@ -9,5 +9,7 @@ bindkey "^[m" copy-prev-shell-word ...@@ -9,5 +9,7 @@ bindkey "^[m" copy-prev-shell-word
setopt long_list_jobs setopt long_list_jobs
## pager ## pager
export PAGER="less -R" export PAGER="less"
export LESS="-R"
export LC_CTYPE=$LANG export LC_CTYPE=$LANG
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment