mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-01-19 04:42:44 +08:00
Set the '-R' option for less not in $PAGER, but as $LESS.
This commit is contained in:
parent
c2ae9e09ca
commit
daa6ecebc1
|
@ -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 New Issue
Block a user