mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Set the '-R' option for less not in $PAGER, but as $LESS.
This commit is contained in:
parent
c2ae9e09ca
commit
daa6ecebc1
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue