mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Set the '-R' option for less not in $PAGER, but as $LESS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user