mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-20 12:50:08 +00:00
Pager is 'less -R' to support colored outputs
This commit is contained in:
parent
1120f97305
commit
19bf83e17d
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ bindkey "^[m" copy-prev-shell-word
|
|||
setopt long_list_jobs
|
||||
|
||||
## pager
|
||||
export PAGER=less
|
||||
export PAGER="less -R"
|
||||
export LC_CTYPE=$LANG
|
||||
|
|
Loading…
Reference in a new issue